mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-06 17:19:37 +01: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.
20 KiB
20 KiB