Deprecate append instantiation

This commit is contained in:
Victor Zverovich 2024-08-03 11:55:25 -07:00
parent 5ee14d3508
commit 58aba5a3de

View File

@ -26,6 +26,7 @@ template FMT_API auto thousands_sep_impl(locale_ref)
-> thousands_sep_result<char>;
template FMT_API auto decimal_point_impl(locale_ref) -> char;
// DEPRECATED!
template FMT_API void buffer<char>::append(const char*, const char*);
template FMT_API void vformat_to(buffer<char>&, string_view,