From 0184df702092f28180010a9ac1da00d43b5729d3 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 1 Dec 2019 14:49:56 -0800 Subject: [PATCH] Update docs --- doc/api.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 8e88b6e1..0834a874 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -52,7 +52,6 @@ participate in an overload resolution if the latter is not a string. .. doxygenfunction:: print(std::FILE *, const S&, Args&&...) .. doxygenfunction:: vprint(std::FILE *, string_view, format_args) -.. doxygenfunction:: vprint(std::FILE *, wstring_view, wformat_args) Named Arguments ---------------