diff --git a/README.rst b/README.rst index 04953489..84f4f6ae 100644 --- a/README.rst +++ b/README.rst @@ -140,7 +140,7 @@ which take arbitrary arguments (`godbolt `_): } template 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);