| 38 | boost::source_location loc_{BOOST_CURRENT_LOCATION}; |
| 39 | public: |
| 40 | handler(boost::source_location loc = BOOST_CURRENT_LOCATION) : loc_(loc) {} |
| 41 | |
| 42 | explicit |
| 43 | handler(error_code ec, boost::source_location loc = BOOST_CURRENT_LOCATION) |
nothing calls this directly
no outgoing calls
no test coverage detected