| 34 | // Forward declaration with defaulted arguments. |
| 35 | template <typename Protocol, typename Executor = any_io_executor> |
| 36 | class basic_raw_socket; |
| 37 | |
| 38 | #endif // !defined(ASIO_BASIC_RAW_SOCKET_FWD_DECL) |
| 39 |
nothing calls this directly
no test coverage detected