diff --git a/include/fmt/os.h b/include/fmt/os.h index 2482bee5..d44ea0c9 100644 --- a/include/fmt/os.h +++ b/include/fmt/os.h @@ -378,7 +378,7 @@ struct ostream_params { static constexpr detail::buffer_size buffer_size; // A fast output stream which is not thread-safe. -class FMT_API ostream final : private detail::buffer { +class ostream final : private detail::buffer { private: file file_;