![]() |
Home | Libraries | People | FAQ | More |
boost::parser::parse_error
// In header: <boost/parser/error_handling_fwd.hpp> template<typename Iter> struct parse_error : public std::runtime_error { // public member functions parse_error(Iter, std::string const &); // public data members Iter iter; };