We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b3208 commit 31b3c32Copy full SHA for 31b3c32
1 file changed
include/fmt/os.h
@@ -383,7 +383,7 @@ class file_buffer final : public buffer<char> {
383
384
} // namespace detail
385
386
-constexpr auto buffer_size = detail::buffer_size();
+FMT_INLINE_VARIABLE constexpr auto buffer_size = detail::buffer_size();
387
388
/// A fast output stream for writing from a single thread. Writing from
389
/// multiple threads without external synchronization may result in a data race.
0 commit comments