update fmtlib to version 8.0.1

This commit is contained in:
Axel Kohlmeyer
2021-10-09 23:57:35 -04:00
parent cf4e671474
commit 54e2e58aec
8 changed files with 71 additions and 69 deletions

View File

@ -48,6 +48,9 @@ template FMT_API char detail::decimal_point_impl(locale_ref);
template FMT_API void detail::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 detail::vformat_to(
detail::buffer<char>&, string_view,
basic_format_args<FMT_BUFFER_CONTEXT(char)>, detail::locale_ref);