diff --git a/include/fmt/format.h b/include/fmt/format.h index c60e78a0fbc6..df7c54f05411 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -4306,7 +4306,7 @@ template ::value)> inline auto format(const Locale& loc, format_string fmt, T&&... args) -> std::string { - return vformat(loc, string_view(fmt), fmt::make_format_args(args...)); + return fmt::vformat(loc, string_view(fmt), fmt::make_format_args(args...)); } template