Searched defs:make_error_condition (Results 1 – 3 of 3) sorted by relevance
17 int make_error_condition; // It's important that this comes before <system_error> variable 26 std::error_condition make_error_condition(Err) { return std::error_condition(42, std::generic_category()); } in make_error_condition() function
17 int make_error_condition; // It's important that this comes before <system_error> variable 28 std::error_condition make_error_condition(Err) { return std::error_condition(42, std::generic_category()); } in make_error_condition() function
35 inline error_condition make_error_condition(errc _e) { in make_error_condition() function