mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-13 07:00:02 +08:00
syntax.html already has examples like `fmt::format("{:.{}f}", 3.14, 1)` using this,
and https://en.cppreference.com/w/cpp/utility/format/formatter#width_and_precision shows that this is the case for the C++20 std::format
The Format Specification Mini-Language grammar seems to be the only one not showing this; update it to match.
|
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| basic-bootstrap | ||
| bootstrap | ||
| api.rst | ||
| build.py | ||
| CMakeLists.txt | ||
| conf.py | ||
| contents.rst | ||
| fmt.less | ||
| index.rst | ||
| python-license.txt | ||
| syntax.rst | ||
| usage.rst | ||