================ @@ -195,6 +195,34 @@ void test_noexcept() { } } +namespace LWG3528 { +template <class _Tp, class _Tuple, class = std::void_t<>> ---------------- yronglin wrote: done https://github.com/llvm/llvm-project/pull/85263