make clang 8.0.x happy

This commit is contained in:
Sergiu Deitsch 2021-05-18 14:37:09 +02:00
parent 0dd91e20d5
commit 5996fa5543

View File

@ -391,7 +391,7 @@ struct ostream_params {
}; };
} // namespace detail } // namespace detail
static constexpr detail::buffer_size buffer_size; static constexpr detail::buffer_size buffer_size{};
/** A fast output stream which is not thread-safe. */ /** A fast output stream which is not thread-safe. */
class ostream final : private detail::buffer<char> { class ostream final : private detail::buffer<char> {