diff --git a/include/fmt/base.h b/include/fmt/base.h index d6fae38f..c25db9ce 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -2695,7 +2695,7 @@ struct formatter(), ullong DESC = detail::make_descriptor()> constexpr FMT_ALWAYS_INLINE auto make_format_args(T&... args) @@ -2705,7 +2705,7 @@ constexpr FMT_ALWAYS_INLINE auto make_format_args(T&... args) template using vargs = - detail::format_arg_store(), detail::make_descriptor()>;