33 namespace std _GLIBCXX_VISIBILITY(default)
35 _GLIBCXX_BEGIN_NAMESPACE_VERSION
42 namespace regex_constants
165 regex_error(error_type __ecode,
const char* __what)
171 __throw_regex_error(error_type __ecode __attribute__((__unused__)),
172 const char* __what __attribute__((__unused__)))
173 { _GLIBCXX_THROW_OR_ABORT(
regex_error(__ecode, __what)); }
191 _GLIBCXX_END_NAMESPACE_VERSION