diff --git a/include/tuple b/include/tuple index 8ccec56c..1463170f 100644 --- a/include/tuple +++ b/include/tuple @@ -554,12 +554,12 @@ public: _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 tuple(_Up&&... __u) _NOEXCEPT_(( - is_nothrow_constructible::type, typename __make_tuple_types::type, typename __make_tuple_indices::type, typename __make_tuple_types::type, - _Up...) + _Up... >::value )) : base_(typename __make_tuple_indices::type(), @@ -595,7 +595,7 @@ public: explicit tuple(_Up&&... __u) _NOEXCEPT_(( - is_nothrow_constructible< + is_nothrow_constructible::type, typename __make_tuple_types::type, typename __make_tuple_indices::type,