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

13 lines
195 B
C++

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