diff --git a/fmt/format.h b/fmt/format.h index 49bbdeff..093d80a5 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -662,8 +662,8 @@ void Buffer::append(const U *begin, const U *end) { namespace internal { -// A memory buffer for trivially copyable/constructible types with the first SIZE -// elements stored in the object itself. +// A memory buffer for trivially copyable/constructible types with the first +// SIZE elements stored in the object itself. template > class MemoryBuffer : private Allocator, public Buffer { private: