...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::parser::_report_error
// In header: <boost/parser/parser_fwd.hpp> template<std::forward_iterator I, typename Context> void _report_error(Context const & context, std::string_view message, I location);
使用上下文的错误处理程序报告在 location 处发生的,由 message 描述的错误。
location
message