From 383cc773e2fb2ade5c4686d77c9bd52a4f90353e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 6 Dec 2013 07:13:04 -0800 Subject: [PATCH] Update README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 546e3d25..58fb10ce 100644 --- a/README.rst +++ b/README.rst @@ -98,7 +98,7 @@ with an arbitrary action performed when formatting is complete: // Formats an error message and prints it to std::cerr. fmt::Formatter ReportError(const char *format) { - return fmt::Formatter(format); + return Move(fmt::Formatter(format)); } ReportError("File not found: {}") << path;