Skip to content

Commit a3e0931

Browse files
committed
Update signature in the doc
1 parent 51eeccd commit a3e0931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/api.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ specified otherwise.
7373

7474
.. _format:
7575

76-
.. doxygenfunction:: format_to(OutputIt out, format_string<T...> fmt, T&&... args) -> OutputIt
76+
.. doxygenfunction:: format_to(OutputIt&& out, format_string<T...> fmt, T&&... args) -> remove_cvref_t<OutputIt>
7777
.. doxygenfunction:: format_to_n(OutputIt out, size_t n, format_string<T...> fmt, T&&... args) -> format_to_n_result<OutputIt>
7878
.. doxygenfunction:: formatted_size(format_string<T...> fmt, T&&... args) -> size_t
7979

0 commit comments

Comments
 (0)