mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-21 18:20:04 +00:00
Sort specifiers
This commit is contained in:
parent
a169d7fa46
commit
75e5be6adc
@ -711,7 +711,7 @@ The available padding modifiers (*padding_modifier*) are:
|
||||
| `'0'` | Pad a numeric result string with zeros. |
|
||||
|
||||
These modifiers are only supported for the `'H'`, `'I'`, `'M'`, `'S'`, `'U'`,
|
||||
`'V'`, `'W'`, `'m'`, `'j'`, `'d'`, `'Y'` presentation types.
|
||||
`'V'`, `'W'`, `'Y'`, `'d'`, `'j'` and `'m'` presentation types.
|
||||
|
||||
## Range Format Specifications
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user