Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Function template _report_error
PrevUpHomeNext

Function template _report_error

boost::parser::_report_error

Synopsis

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


template<typename Context> 
  void _report_error(Context const & context, std::string_view message);

Description

Report that the error described in message occurred at _where(context).begin(), using the context's error handler.


PrevUpHomeNext