Update api.rst

This commit is contained in:
Léonard Gérard 2020-07-16 00:03:00 -07:00 committed by GitHub
parent e3ad200332
commit d363b72521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,13 +114,10 @@ string checks, wide string, output iterator and user-defined type support.
Compile-time Format String Checks
---------------------------------
Compile-time checks are enabled when using ``FMT_STRING``. It supports 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``
functions in their ``formatter`` specializations.
When the compiler supports UDL templates extensions, using the litteral string
``""_format()`` will also enable compile-time checks.
.. doxygendefine:: FMT_STRING
.. _udt: