| 34 | ASIO_SOURCE_LOCATION_PARAM); |
| 35 | |
| 36 | inline void throw_error( |
| 37 | const asio::error_code& err |
| 38 | ASIO_SOURCE_LOCATION_DEFAULTED_PARAM) |
| 39 | { |
| 40 | if (err) |
| 41 | do_throw_error(err ASIO_SOURCE_LOCATION_ARG); |
| 42 | } |
| 43 | |
| 44 | inline void throw_error( |
| 45 | const asio::error_code& err, |
no outgoing calls
no test coverage detected