[libcxx-commits] [libcxx] [libc++] Remove SFINAE on __tuple_impl constructors (PR #151654)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 20 04:12:50 PDT 2025


philnik777 wrote:

@alexfh Could you file a bug for the crash? Re. the libc++ part the fix should be fairly trivial. We can just add another tag, which avoids the instantiation when evaluating `__tuple_imple(__tuple_impl&&)`. Working on a patch right now.

https://github.com/llvm/llvm-project/pull/151654


More information about the libcxx-commits mailing list