2025-03-07 02:25:52 +01:00

13 lines
205 B
C++

#include <seafire/common/io/acceptor.hxx>
namespace seafire::common::io
{
acceptor_t::
~acceptor_t() noexcept = default;
acceptor_t::
acceptor_t() = default;
} // namespace seafire::common::io