Fix more linkage errors (#2011)

This commit is contained in:
Victor Zverovich 2020-11-14 06:06:10 -08:00
parent 85534a1397
commit a57baa69a5

View File

@ -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<char> {
class ostream final : private detail::buffer<char> {
private:
file file_;