From 58aba5a3defb6e46031392f1a58156d093efe5e0 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 3 Aug 2024 11:55:25 -0700 Subject: [PATCH] Deprecate append instantiation --- src/format.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/format.cc b/src/format.cc index 391d3a24..70d12d6b 100644 --- a/src/format.cc +++ b/src/format.cc @@ -26,6 +26,7 @@ template FMT_API auto thousands_sep_impl(locale_ref) -> thousands_sep_result; template FMT_API auto decimal_point_impl(locale_ref) -> char; +// DEPRECATED! template FMT_API void buffer::append(const char*, const char*); template FMT_API void vformat_to(buffer&, string_view,