Fix windows build

This commit is contained in:
Shawn Zhong 2023-04-29 06:40:43 -05:00
parent 832505e75c
commit 1953736319

View File

@ -39,7 +39,9 @@ template FMT_API auto thousands_sep_impl(locale_ref)
-> thousands_sep_result<wchar_t>;
template FMT_API auto decimal_point_impl(locale_ref) -> wchar_t;
#if !FMT_USE_CONSTEXPR
template FMT_API void buffer<wchar_t>::append(const wchar_t*, const wchar_t*);
#endif
} // namespace detail
FMT_END_NAMESPACE