diff --git a/include/fmt/format.h b/include/fmt/format.h index 1fad5ab7..9c24abe5 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -700,10 +700,12 @@ void basic_memory_buffer::grow(std::size_t size) { if (old_data != store_) Allocator::deallocate(old_data, old_capacity); } -template> +template > using memory_buffer = basic_memory_buffer; -template> +template > using wmemory_buffer = basic_memory_buffer; /** A formatting error such as invalid format string. */