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.
2 parents 1aebab3 + 0f2c31d commit c167dafCopy full SHA for c167daf
libcxx/include/tuple
@@ -443,12 +443,6 @@ public:
443
template <class... _Tp>
444
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __swallow(_Tp&&...) _NOEXCEPT {}
445
446
-template <class _Tp>
447
-struct __all_default_constructible;
448
-
449
-template <class... _Tp>
450
-struct __all_default_constructible<__tuple_types<_Tp...>> : __all<is_default_constructible<_Tp>::value...> {};
451
452
// __tuple_impl
453
454
template <class _Indx, class... _Tp>
0 commit comments