From 24d182bc13717ac431bcfef1db2123f65f6d0bbc Mon Sep 17 00:00:00 2001 From: Charles Milette Date: Sun, 15 Dec 2019 16:27:36 -0500 Subject: [PATCH] Fix copy-paste fail --- include/fmt/format.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */