Skip to content

Commit 999a11e

Browse files
committed
add comment linking to clang pack indexing bug report
1 parent da8a830 commit 999a11e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/stdexec/__detail/__meta.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,8 @@ namespace stdexec {
10431043
using __f = __mor<__minvoke<_Fn, _Args>...>;
10441044
};
10451045

1046-
// test_transfer_when_all.cpp fails on clang-19 with pack indexing.
1046+
// C++23 pack indexing is disabled for clang because of
1047+
// https://github.com/llvm/llvm-project/issues/116105
10471048
#if defined(__cpp_pack_indexing) && !STDEXEC_CLANG()
10481049
template <class _Np, class... _Ts>
10491050
using __m_at = _Ts...[__v<_Np>];

0 commit comments

Comments
 (0)