make clang 8.0.x happy
This commit is contained in:
parent
0dd91e20d5
commit
5996fa5543
@ -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> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user