diff --git a/include/__tuple b/include/__tuple index 39e484a5..b9f92c50 100644 --- a/include/__tuple +++ b/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 <>