Make printf argument formatters public (#335, #360)

This commit is contained in:
Victor Zverovich
2016-07-21 06:59:28 -07:00
parent 631ffef438
commit 6ee9f2ed09
4 changed files with 56 additions and 19 deletions

View File

@@ -145,6 +145,12 @@ argument type doesn't match its format specification.
.. doxygenclass:: fmt::PrintfFormatter
:members:
.. doxygenclass:: fmt::BasicPrintfArgFormatter
:members:
.. doxygenclass:: fmt::PrintfArgFormatter
:members:
Write API
=========