...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::parser::_error_handler
// In header: <boost/parser/parser_fwd.hpp> template<typename Context> decltype(auto) _error_handler(Context const & context);
返回与顶级解析器关联的错误处理对象引用。 如果没有关联的错误处理程序,则返回 none。
none