Home
last modified time | relevance | path

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

/third_party/boost/tools/quickbook/src/
Dglob.hpp17 struct glob_error : std::runtime_error struct
19 explicit glob_error(char const* error) : std::runtime_error(error) {} in glob_error() argument