[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.
This commit is contained in:
Lounarok 2021-11-28 23:02:15 +08:00 committed by GitHub
parent c472a27818
commit ec3b097cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,7 @@ Compile-time Format String Checks
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``
functions in their ``formatter`` specializations.
Requires C++14 and is a no-op in C++11.
.. doxygendefine:: FMT_STRING