diff --git a/src/format.cc b/src/format.cc index 391d3a24..41269ce1 100644 --- a/src/format.cc +++ b/src/format.cc @@ -26,7 +26,9 @@ template FMT_API auto thousands_sep_impl(locale_ref) -> thousands_sep_result; template FMT_API auto decimal_point_impl(locale_ref) -> char; +#if !FMT_USE_CONSTEXPR template FMT_API void buffer::append(const char*, const char*); +#endif template FMT_API void vformat_to(buffer&, string_view, typename vformat_args<>::type, locale_ref);