Update arg signature

This commit is contained in:
Victor Zverovich 2019-02-21 17:37:51 -10:00
parent 82c24edcf6
commit 4e5694fd05

View File

@ -54,7 +54,7 @@ participate in an overload resolution if the latter is not a string.
Named arguments
---------------
.. doxygenfunction:: fmt::arg(string_view, const T&)
.. doxygenfunction:: fmt::arg(const S&, const T&)
Named arguments are not supported in compile-time checks at the moment.