Update docs

This commit is contained in:
Victor Zverovich
2018-03-04 12:09:34 -08:00
parent a103b9bc46
commit f867d08239
2 changed files with 12 additions and 6 deletions

View File

@@ -1182,6 +1182,7 @@ std::wstring vformat(wstring_view format_str, wformat_args args);
**Example**::
#include "fmt/core.h"
std::string message = fmt::format("The answer is {}", 42);
\endrst
*/