We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d033684 commit fa182deCopy full SHA for fa182de
include/proxsuite/linalg/veg/tuple.hpp
@@ -754,7 +754,7 @@ struct cat
754
proxsuite::linalg::veg::meta::false_type /*unused*/,
755
Tuples&&... tups) VEG_NOEXCEPT -> Concat<Tuples...>
756
{
757
-#if defined(_MSC_VER) || (defined(__clang__) && __clang_major__ >= 19)
+#if defined(_MSC_VER) || (defined(__clang__) && __clang_major__ >= 19) || (defined(__APPLE__) && defined(__clang__) && __clang_major__ >= 17)
758
return cat::from_ref_to_result(
759
Tag<proxsuite::linalg::veg::meta::type_sequence_cat<Tuple, Tuples...>>{},
760
cat::apply(_detail::_tuple::tuple_fwd(VEG_FWD(tups))...));
0 commit comments