Commit 383cc773 authored by Victor Zverovich's avatar Victor Zverovich

Update README

parent f406a42b
...@@ -98,7 +98,7 @@ with an arbitrary action performed when formatting is complete: ...@@ -98,7 +98,7 @@ with an arbitrary action performed when formatting is complete:
// Formats an error message and prints it to std::cerr. // Formats an error message and prints it to std::cerr.
fmt::Formatter<PrintError> ReportError(const char *format) { fmt::Formatter<PrintError> ReportError(const char *format) {
return fmt::Formatter<PrintError>(format); return Move(fmt::Formatter<PrintError>(format));
} }
ReportError("File not found: {}") << path; ReportError("File not found: {}") << path;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment