Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dexpectation_failure.hpp20 struct expectation_failure : std::runtime_error struct
22 expectation_failure(Iterator first_, Iterator last_, info const& what) in expectation_failure() function
23 : 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_;