Move requirement to the end. Modify description.
This commit is contained in:
parent
456c1e48d1
commit
6fe708d358
@ -69,10 +69,10 @@ checked at compile time in C++20. To pass a runtime format string wrap it in
|
|||||||
Compile-time Format String Checks
|
Compile-time Format String Checks
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
Requires C++14 and it's no-op in C++11.
|
|
||||||
Compile-time checks are enabled when using ``FMT_STRING``. They support built-in
|
Compile-time checks are enabled when using ``FMT_STRING``. They support built-in
|
||||||
and string types as well as user-defined types with ``constexpr`` ``parse``
|
and string types as well as user-defined types with ``constexpr`` ``parse``
|
||||||
functions in their ``formatter`` specializations.
|
functions in their ``formatter`` specializations.
|
||||||
|
Requires C++14 and is a no-op in C++11.
|
||||||
|
|
||||||
.. doxygendefine:: FMT_STRING
|
.. doxygendefine:: FMT_STRING
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user