thousands_sep -> thousands_sep_impl (#939)

This commit is contained in:
Victor Zverovich 2018-11-20 15:43:17 -08:00
parent 00a8cc8325
commit b7b8548559

View File

@ -224,7 +224,7 @@ FMT_FUNC Char thousands_sep_impl(locale_ref loc) {
}
#else
template <typename Char>
FMT_FUNC Char internal::thousands_sep(locale_ref) {
FMT_FUNC Char internal::thousands_sep_impl(locale_ref) {
return FMT_STATIC_THOUSANDS_SEPARATOR;
}
#endif