mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-29 03:32:42 +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
|
## Format String Compilation
|
||||||
|
|
||||||
`fmt/compile.h` provides format string compilation enabled via the
|
`fmt/compile.h` provides format string compilation enabled via the
|
||||||
`FMT_COMPILE` macro or the `_cf` user-defined literal (defined in
|
`FMT_COMPILE` macro or the `_cf` user-defined literal defined in
|
||||||
namespace `fmt::literals`). Format strings marked with `FMT_COMPILE`
|
namespace `fmt::literals`. Format strings marked with `FMT_COMPILE`
|
||||||
or `_cf` are parsed, checked and converted into efficient formatting
|
or `_cf` are parsed, checked and converted into efficient formatting
|
||||||
code at compile-time. This supports arguments of built-in and string
|
code at compile-time. This supports arguments of built-in and string
|
||||||
types as well as user-defined types with `format` functions taking
|
types as well as user-defined types with `format` functions taking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user