![]() |
Home | Libraries | People | FAQ | More |
boost::parser::write_formatted_message
// In header: <boost/parser/error_handling.hpp> template<typename Iter, typename Sentinel> std::ostream & write_formatted_message(std::ostream & os, std::string_view filename, Iter first, Iter it, Sentinel last, std::string_view message, int64_t preferred_max_line_length = 80, int64_t max_after_caret = 40);