diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index 513834f6..4c784a53 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -224,7 +224,7 @@ FMT_FUNC Char thousands_sep_impl(locale_ref loc) { } #else template -FMT_FUNC Char internal::thousands_sep(locale_ref) { +FMT_FUNC Char internal::thousands_sep_impl(locale_ref) { return FMT_STATIC_THOUSANDS_SEPARATOR; } #endif