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 da8a830 commit 999a11eCopy full SHA for 999a11e
include/stdexec/__detail/__meta.hpp
@@ -1043,7 +1043,8 @@ namespace stdexec {
1043
using __f = __mor<__minvoke<_Fn, _Args>...>;
1044
};
1045
1046
-// test_transfer_when_all.cpp fails on clang-19 with pack indexing.
+// C++23 pack indexing is disabled for clang because of
1047
+// https://github.com/llvm/llvm-project/issues/116105
1048
#if defined(__cpp_pack_indexing) && !STDEXEC_CLANG()
1049
template <class _Np, class... _Ts>
1050
using __m_at = _Ts...[__v<_Np>];
0 commit comments