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
This is an older version of Boost and was released in 2025. The current version is 1.90.0.
boost::parser::write_formatted_expectation_failure_error_message
// In header: <boost/parser/error_handling_fwd.hpp> template<typename Iter, typename Sentinel> std::ostream & write_formatted_expectation_failure_error_message(std::ostream & os, std::wstring_view filename, Iter first, Sentinel last, parse_error< Iter > const & e, int64_t preferred_max_line_length = 80, int64_t max_after_caret = 40);