From 039f375145db8f01cda1cc9eaeca10d1dbe40507 Mon Sep 17 00:00:00 2001 From: Amber Ehrlich Date: Sat, 21 Jun 2025 14:14:48 -0400 Subject: [PATCH] Don't export fmt::conjunction --- include/fmt/ranges.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index e9c77111..24c61e93 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -362,7 +362,6 @@ struct is_formattable_delayed : is_formattable>, Char> {}; } // namespace detail -FMT_EXPORT template struct conjunction : std::true_type {}; template struct conjunction

: P {}; template