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