Searched refs:what_msg (Results 1 – 1 of 1) sorted by relevance
20 inline void throw_system_error(int err, const char *what_msg) in throw_system_error() argument23 throw std::system_error(std::error_code(err, std::system_category()), what_msg); in throw_system_error()26 (void)what_msg; in throw_system_error()
Completed in 3 milliseconds