boost::parser::_report_warning
// In header: <boost/parser/parser_fwd.hpp> template<typename Context> void _report_warning(Context const & context, std::string_view message);
Report that the warning described in message occurred at _where(context).begin(), using the context's error handler.
message
_where(context).begin()