update fmtlib to current master branch

This commit is contained in:
Axel Kohlmeyer
2023-06-25 06:30:42 -04:00
parent c5d9f901d9
commit 1743f0b338
15 changed files with 3101 additions and 2936 deletions

View File

@ -29,12 +29,8 @@ template FMT_API auto decimal_point_impl(locale_ref) -> char;
template FMT_API void buffer<char>::append(const char*, const char*);
// DEPRECATED!
// There is no correspondent extern template in format.h because of
// incompatibility between clang and gcc (#2377).
template FMT_API void vformat_to(buffer<char>&, string_view,
basic_format_args<FMT_BUFFER_CONTEXT(char)>,
locale_ref);
typename vformat_args<>::type, locale_ref);
// Explicit instantiations for wchar_t.