Add loc_value

This commit is contained in:
Victor Zverovich
2022-09-02 13:45:23 -07:00
parent fc5e59fe4a
commit f187274d36
4 changed files with 52 additions and 38 deletions

View File

@@ -118,7 +118,7 @@ template <typename Char> FMT_FUNC Char decimal_point_impl(locale_ref) {
}
#endif
FMT_FUNC auto write_int(appender out, unsigned long long value,
FMT_FUNC auto write_int(appender out, loc_value value,
const format_specs& specs, locale_ref loc) -> bool {
#ifndef FMT_STATIC_THOUSANDS_SEPARATOR
auto locale = loc.get<std::locale>();