Implement the L specifier

This commit is contained in:
Victor Zverovich
2020-04-02 06:58:38 -07:00
parent 73c8437485
commit d1d653d895
3 changed files with 14 additions and 12 deletions

View File

@@ -1236,6 +1236,7 @@ FMT_CONSTEXPR void handle_int_type_spec(char spec, Handler&& handler) {
handler.on_oct();
break;
case 'n':
case 'L':
handler.on_num();
break;
default: