diff --git a/include/fmt/format.h b/include/fmt/format.h index 9c24abe5..465a2871 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -701,11 +701,11 @@ void basic_memory_buffer::grow(std::size_t size) { } template > + typename Allocator = std::allocator> using memory_buffer = basic_memory_buffer; template > + typename Allocator = std::allocator> using wmemory_buffer = basic_memory_buffer; /** A formatting error such as invalid format string. */