From b9dc6846499d1a204cfcd8b0013de8172ee64331 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 31 Jan 2026 20:46:17 -0800 Subject: [PATCH] Suppress useless conversion warnings --- include/fmt/base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()>;