mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2024-11-27 03:30:32 +00:00
Drop parentheses
This commit is contained in:
parent
fcb6a452d6
commit
d1cab6a9ae
@ -533,8 +533,8 @@ feature](https://en.cppreference.com/w/cpp/feature_test).
|
||||
## Format String Compilation
|
||||
|
||||
`fmt/compile.h` provides format string compilation enabled via the
|
||||
`FMT_COMPILE` macro or the `_cf` user-defined literal (defined in
|
||||
namespace `fmt::literals`). Format strings marked with `FMT_COMPILE`
|
||||
`FMT_COMPILE` macro or the `_cf` user-defined literal defined in
|
||||
namespace `fmt::literals`. Format strings marked with `FMT_COMPILE`
|
||||
or `_cf` are parsed, checked and converted into efficient formatting
|
||||
code at compile-time. This supports arguments of built-in and string
|
||||
types as well as user-defined types with `format` functions taking
|
||||
|
Loading…
Reference in New Issue
Block a user