mirror of
https://github.com/fmtlib/fmt.git
synced 2026-09-13 14:22:26 +08:00
The '0' modifier was documented in ca8eeb09 (#3976) and the parser case for it was removed nine days later in 7bd11b5c ("Remove a redundant extension to reduce divergence from std::format"), which did not update the docs. Since then the grammar and the modifier table have promised a modifier that parse_chrono_format rejects with "invalid format", for all 11 of the presentation types the same section lists as supporting it. Zero padding remains the default, so the extension really was redundant; this only aligns the documentation with the code. Co-authored-by: Dylan Pulver <dylanpulver@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api.md | ||
| ChangeLog-old.md | ||
| fmt.css | ||
| fmt.js | ||
| get-started.md | ||
| index.md | ||
| LICENSE-exception | ||
| perf.svg | ||
| syntax.md | ||