mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-18 21:41:13 +00: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.