From 5996fa5543d79384a3585378ef31d973d0a659a8 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Tue, 18 May 2021 14:37:09 +0200 Subject: [PATCH] make clang 8.0.x happy --- include/fmt/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/os.h b/include/fmt/os.h index 1a8833def480..fad601ffd9c1 100644 --- a/include/fmt/os.h +++ b/include/fmt/os.h @@ -391,7 +391,7 @@ struct ostream_params { }; } // 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. */ class ostream final : private detail::buffer {