From b7b8548559fb6af7d3c385c16d5c702e70d06e52 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 20 Nov 2018 15:43:17 -0800 Subject: [PATCH] thousands_sep -> thousands_sep_impl (#939) --- include/fmt/format-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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