Home
last modified time | relevance | path

Searched refs:empty_exception (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/spirit/home/support/utree/
Dutree.hpp58 struct empty_exception /*: utree_exception*/;
153 struct empty_exception : utree_exception struct
157 empty_exception(char const* error) : msg(error) {} in empty_exception() argument
159 virtual ~empty_exception() BOOST_NOEXCEPT_OR_NOTHROW {} in ~empty_exception() argument
/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp1310 empty_exception("front() called on empty utree range")); in front()
1321 empty_exception("front() called on empty utree list")); in front()
1334 empty_exception("back() called on empty utree range")); in back()
1345 empty_exception("back() called on empty utree list")); in back()
1358 empty_exception("front() called on empty utree range")); in front()
1369 empty_exception("front() called on empty utree list")); in front()
1382 empty_exception("back() called on empty utree range")); in back()
1393 empty_exception("back() called on empty utree list")); in back()