1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-05-05 10:17:20 +02:00

Update cpp fmt to 8.0.1

This commit is contained in:
Sandu Liviu Catalin
2021-07-03 13:37:01 +03:00
parent ab1f65b53f
commit 990dd68e7f
10 changed files with 69 additions and 70 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ struct ostream_params {
FMT_END_DETAIL_NAMESPACE
static constexpr detail::buffer_size buffer_size;
constexpr detail::buffer_size buffer_size;
/** A fast output stream which is not thread-safe. */
class FMT_API ostream final : private detail::buffer<char> {