Document that file should be in wide-oriented mode for wide print

This commit is contained in:
Victor Zverovich
2018-06-09 09:12:49 +02:00
parent 45fa4ee949
commit e3707ef14b
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -49,6 +49,9 @@ arguments in the resulting string.
.. doxygenfunction:: print(std::FILE *, string_view, const Args&...)
.. doxygenfunction:: vprint(std::FILE *, string_view, format_args)
.. doxygenfunction:: print(std::FILE *, wstring_view, const Args&...)
.. doxygenfunction:: vprint(std::FILE *, wstring_view, wformat_args)
Named arguments
---------------