Home
last modified time | relevance | path

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

/third_party/boost/libs/phoenix/test/statement/
Dexceptions.cpp21 struct base_exception : std::exception struct
24 base_exception(char const *msg) in base_exception() argument
28 base_exception(base_exception const &other) in base_exception() function
43 struct extended_exception : base_exception argument