| 2938 | //} // end anonymous namespace |
| 2939 | |
| 2940 | inline std::error_code make_error_code(dynamic_exception_errc code) noexcept |
| 2941 | { |
| 2942 | return std::error_code{static_cast<int>(code), dynamic_exception_category()}; |
| 2943 | } |
| 2944 | |
| 2945 | inline std::error_code error_code_from_exception(std::exception_ptr eptr) noexcept |
| 2946 | { |
no outgoing calls
no test coverage detected