Boost C++ 库

...世界上最受推崇和设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

类型 diagnostic_kind

boost::parser::diagnostic_kind

概要

// In header: <boost/parser/error_handling_fwd.hpp>



enum diagnostic_kind { error, warning };

描述

错误处理程序可以处理的诊断类型。

warning
错误诊断。

警告诊断。


PrevUpHomeNext