Commit b7b85485 authored by Victor Zverovich's avatar Victor Zverovich

thousands_sep -> thousands_sep_impl (#939)

parent 00a8cc83
...@@ -224,7 +224,7 @@ FMT_FUNC Char thousands_sep_impl(locale_ref loc) { ...@@ -224,7 +224,7 @@ FMT_FUNC Char thousands_sep_impl(locale_ref loc) {
} }
#else #else
template <typename Char> 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; return FMT_STATIC_THOUSANDS_SEPARATOR;
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment