Skip to content

Commit

Permalink
[doc] FMT_STRING supports C++14 and no-op in C++11 (#2620)
Browse files Browse the repository at this point in the history
* FMT_STRING supports C++14 and no-op in C++11

* Move requirement to the end. Modify description.
  • Loading branch information
Lounarok authored Nov 28, 2021
1 parent c472a27 commit ec3b097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ec3b097

Please sign in to comment.