From a3a74672a0c09be935b1863b5deea8c085ba2b76 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 9 Jul 2019 17:05:34 -0700 Subject: [PATCH] Update signatures --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 01d4caab..b5adf4b3 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -357,7 +357,7 @@ user-defined types that have overloaded ``operator<<``:: std::string s = fmt::format("The date is {}", date(2012, 12, 9)); // s == "The date is 2012-12-9" -.. doxygenfunction:: print(std::basic_ostream&, const S&, const Args&...) +.. doxygenfunction:: print(std::basic_ostream&, const S&, Args&&...) .. _printf-api: