diff --git a/src/format.cc b/src/format.cc index 41269ce1..1ce17334 100644 --- a/src/format.cc +++ b/src/format.cc @@ -39,7 +39,9 @@ template FMT_API auto thousands_sep_impl(locale_ref) -> thousands_sep_result; template FMT_API auto decimal_point_impl(locale_ref) -> wchar_t; +#if !FMT_USE_CONSTEXPR template FMT_API void buffer::append(const wchar_t*, const wchar_t*); +#endif } // namespace detail FMT_END_NAMESPACE