Simplify symbols

This commit is contained in:
Victor Zverovich
2022-12-30 19:35:05 -08:00
parent aa99b86409
commit 6056e07125
3 changed files with 13 additions and 14 deletions

View File

@@ -29,8 +29,7 @@ template FMT_API auto decimal_point_impl(locale_ref) -> char;
template FMT_API void buffer<char>::append(const char*, const char*);
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.