Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template _report_error

boost::parser::_report_error

Synopsis

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


template< I, typename Context> 
  void (Context  const & context,  message, 
                      location);

Description

Report that the error described in message occurred at location, using the context's error handler.


PrevUpHomeNext