Home
last modified time | relevance | path

Searched defs:xml_parse_error (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dxml_parse.hpp118 struct xml_parse_error struct
120 char const* message;
121 string_iterator pos;
123 xml_parse_error(char const* m, string_iterator p) in xml_parse_error() argument