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 ec035d6 commit 365a0efCopy full SHA for 365a0ef
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
-#ifdef _MSC_VER
+#if defined(_MSC_VER) || (defined(__clang__) && __clang_major__ >= 19)
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