| 274 | std::shared_ptr<stream<test::stream>> s_; |
| 275 | |
| 276 | void operator()( |
| 277 | boost::system::error_code = {}, |
| 278 | std::size_t = 0) |
| 279 | { |
| 280 | BEAST_FAIL(); |
| 281 | } |
| 282 | }; |
| 283 | |
| 284 | std::weak_ptr<stream<test::stream>> weak_ws; |
nothing calls this directly
no outgoing calls
no test coverage detected