diff --git a/include/fmt/xchar.h b/include/fmt/xchar.h index 1e787508..61a4b54f 100644 --- a/include/fmt/xchar.h +++ b/include/fmt/xchar.h @@ -87,8 +87,8 @@ template <> struct is_char : std::true_type {}; template constexpr auto make_wformat_args(T&... args) - -> decltype(make_format_args(args...)) { - return make_format_args(args...); + -> decltype(fmt::make_format_args(args...)) { + return fmt::make_format_args(args...); } inline namespace literals {