diff --git a/libcxx/include/__tuple b/libcxx/include/__tuple index 39e484a54d83..b9f92c502c20 100644 --- a/libcxx/include/__tuple +++ b/libcxx/include/__tuple @@ -214,7 +214,7 @@ struct __tuple_convertible_imp : public false_type {}; template struct __tuple_convertible_imp, __tuple_types<_Up0, _Up...> > : public integral_constant::value && + is_constructible<_Up0, _Tp0>::value && __tuple_convertible_imp, __tuple_types<_Up...> >::value> {}; template <>