Unverified Commit 111fa581 authored by Victor Zverovich's avatar Victor Zverovich Committed by GitHub

Update README.rst

parent 52fcef1e
......@@ -140,7 +140,7 @@ which take arbitrary arguments (`godbolt <https://godbolt.org/g/uoSRRh>`_):
}
template <typename... Args>
void report_error(const char *format, const Args & ... args) {
vreport_error(format, fmt::make_args(args...));
vreport_error(format, fmt::make_format_args(args...));
}
report_error("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