Home
last modified time | relevance | path

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

/minix3/external/bsd/libc++/dist/libcxx/src/
H A Dregex.cpp18 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string() function
64 : runtime_error(make_error_type_string(ecode)), in regex_error()