Clarify that compile-time checks don't support named arguments

This commit is contained in:
Victor Zverovich
2019-01-27 09:05:50 -08:00
parent 4f6fda558c
commit 06c005b7b0
3 changed files with 18 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ Named arguments
.. doxygenfunction:: fmt::arg(string_view, const T&)
Named arguments are not supported in compile-time checks at the moment.
Argument lists
--------------
@@ -92,6 +94,7 @@ string checks, output iterator and user-defined type support.
Compile-time format string checks
---------------------------------
.. doxygendefine:: FMT_STRING
.. doxygendefine:: fmt
Formatting user-defined types