Cleanup base API

This commit is contained in:
Victor Zverovich
2024-09-04 15:34:38 -07:00
parent 5f438c967e
commit c3344e21e2
4 changed files with 86 additions and 78 deletions

View File

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