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_warning
PrevUpHomeNext

Function template _report_warning

boost::parser::_report_warning

Synopsis

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


template<std::forward_iterator I, typename Context> 
  void _report_warning(Context const & context, std::string_view message, 
                       I location);

Description

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


PrevUpHomeNext