Merge more format overloads

This commit is contained in:
Victor Zverovich
2018-07-22 09:39:50 -07:00
parent 4f16409730
commit 35538ca66c
5 changed files with 81 additions and 83 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ arguments in the resulting string.
.. _format:
.. doxygenfunction:: format(string_view, const Args&...)
.. doxygenfunction:: format(const String&, const Args&...)
.. doxygenfunction:: vformat(string_view, format_args)
.. _print: