From 4e5694fd05dedb8c84e0e96927abedfc6607203f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 21 Feb 2019 17:37:51 -1000 Subject: [PATCH] Update arg signature --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index bf8dbbe6..c6665daa 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -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.