Update signature in the docs

This commit is contained in:
Victor Zverovich 2020-04-06 07:17:41 -07:00
parent 9bdd1596ce
commit 27e3c0fe9b

View File

@ -43,7 +43,7 @@ participate in an overload resolution if the latter is not a string.
.. _format:
.. doxygenfunction:: format(const S&, Args&&...)
.. doxygenfunction:: vformat(const S&, basic_format_args<buffer_context<Char>>)
.. doxygenfunction:: vformat(const S&, basic_format_args<buffer_context<type_identity_t<Char>>>)
.. _print: