Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template write_formatted_expectation_failure_error_message

boost::parser::write_formatted_expectation_failure_error_message

Synopsis

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


template<typename Iter, typename Sentinel> 
   
  ( os, 
                                                     filename, 
                                                     first, 
                                                     last, 
                                                    parse_error<  e, 
                                                     preferred_max_line_length = , 
                                                     max_after_caret = );

Description

Writes a formatted parse-expectation failure (meaning prefixed with the file name, line, and column number) to os. This overload is Windows-only.


PrevUpHomeNext