Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/support/utree/
Dutree.hpp153 struct empty_exception : utree_exception struct
155 char const* msg;
157 empty_exception(char const* error) : msg(error) {} in empty_exception() argument
159 virtual ~empty_exception() BOOST_NOEXCEPT_OR_NOTHROW {} in ~empty_exception()
161 virtual char const* what() const BOOST_NOEXCEPT_OR_NOTHROW in what()