Update bundled fmt to v8.0.1

This commit is contained in:
gabime
2021-07-03 23:10:55 +03:00
parent 21413e599a
commit b83106bed4
8 changed files with 68 additions and 68 deletions

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> {