mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
13 lines
412 B
Diff
13 lines
412 B
Diff
diff --git a/include/fmt/os.h b/include/fmt/os.h
|
|
index 88151006..11c3b2cc 100644
|
|
--- a/include/fmt/os.h
|
|
+++ b/include/fmt/os.h
|
|
@@ -375,7 +375,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<char> {
|