Add floating-point L specifier (#1624)

This commit is contained in:
Victor Zverovich
2020-04-10 07:16:20 -07:00
parent 36ea32640f
commit bbb6b357c7
2 changed files with 3 additions and 1 deletions

View File

@@ -1287,6 +1287,7 @@ FMT_CONSTEXPR float_specs parse_float_type_spec(
result.format = float_format::hex;
break;
case 'n':
case 'L':
result.locale = true;
break;
default: