Update docs

This commit is contained in:
Victor Zverovich 2019-11-27 09:26:32 -08:00
parent c3be0f593d
commit 34e921f6fe

View File

@ -97,6 +97,10 @@ string checks, output iterator and user-defined type support.
Compile-time Format String Checks
---------------------------------
Compile-time checks are supported for built-in and string types as well as
user-defined types with ``constexpr`` ``parse`` functions in their ``formatter``
specializations.
.. doxygendefine:: FMT_STRING
Formatting User-defined Types