Searched defs:expectation_failure (Results 1 – 1 of 1) sorted by relevance
20 struct expectation_failure : std::runtime_error struct22 expectation_failure(Iterator first_, Iterator last_, info const& what) in expectation_failure() function23 : std::runtime_error("boost::spirit::qi::expectation_failure") in expectation_failure()26 ~expectation_failure() throw() {} in ~expectation_failure()28 Iterator first;29 Iterator last;30 info what_;