Unverified Commit ec3b097c authored by Lounarok's avatar Lounarok Committed by GitHub

[doc] FMT_STRING supports C++14 and no-op in C++11 (#2620)

* FMT_STRING supports C++14 and no-op in C++11

* Move requirement to the end. Modify description.
parent c472a278
...@@ -72,6 +72,7 @@ Compile-time Format String Checks ...@@ -72,6 +72,7 @@ Compile-time Format String Checks
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment