From 4e95459821bb7710b581a66946763ef56b88cf22 Mon Sep 17 00:00:00 2001 From: Nikolas Klauser Date: Thu, 24 Jul 2025 13:37:14 +0200 Subject: [PATCH] [libc++][NFC] Remove __all_default_constructible --- libcxx/include/tuple | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libcxx/include/tuple b/libcxx/include/tuple index 662d926ed35a2..1623702f7ebf6 100644 --- a/libcxx/include/tuple +++ b/libcxx/include/tuple @@ -443,12 +443,6 @@ public: template _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __swallow(_Tp&&...) _NOEXCEPT {} -template -struct __all_default_constructible; - -template -struct __all_default_constructible<__tuple_types<_Tp...>> : __all::value...> {}; - // __tuple_impl template