diff --git a/fmt/format.h b/fmt/format.h index b4283853..bcfb7c29 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -3320,7 +3320,7 @@ void BasicWriter::write_double(T value, const Spec &spec) { accessed as a C string with ``out.c_str()``. \endrst */ -template ,std::size_t INLINE_BUFFER_SIZE = internal::INLINE_BUFFER_SIZE> +template , std::size_t INLINE_BUFFER_SIZE = internal::INLINE_BUFFER_SIZE> class BasicMemoryWriter : public BasicWriter { private: internal::MemoryBuffer buffer_;