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