13 lines
195 B
C++
Raw Normal View History

2025-03-07 02:25:52 +01:00
#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