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