mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
thousands_sep -> thousands_sep_impl (#939)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user