explicit conversion:
| 38 | |
| 39 | // explicit conversion: |
| 40 | inline error_code make_error_code( errc_t e, boost::source_location const * loc ) BOOST_NOEXCEPT |
| 41 | { |
| 42 | return error_code( e, generic_category(), loc ); |
| 43 | } |
| 44 | |
| 45 | // implicit conversion: |
| 46 | BOOST_SYSTEM_CONSTEXPR inline error_condition make_error_condition( errc_t e ) BOOST_NOEXCEPT |
no test coverage detected