From a3e0931ea2296b516bfda47c901eefa5ecb3f046 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 22 Apr 2024 15:26:09 -0700 Subject: [PATCH] Update signature in the doc --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 4b4b9b5f..e132bd26 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -73,7 +73,7 @@ specified otherwise. .. _format: -.. doxygenfunction:: format_to(OutputIt out, format_string fmt, T&&... args) -> OutputIt +.. doxygenfunction:: format_to(OutputIt&& out, format_string fmt, T&&... args) -> remove_cvref_t .. doxygenfunction:: format_to_n(OutputIt out, size_t n, format_string fmt, T&&... args) -> format_to_n_result .. doxygenfunction:: formatted_size(format_string fmt, T&&... args) -> size_t