diff --git a/include/__tuple b/include/__tuple index b9f92c50..ddd507ca 100644 --- a/include/__tuple +++ b/include/__tuple @@ -214,7 +214,11 @@ struct __tuple_convertible_imp : public false_type {}; template struct __tuple_convertible_imp, __tuple_types<_Up0, _Up...> > : public integral_constant::value && +#else is_constructible<_Up0, _Tp0>::value && +#endif __tuple_convertible_imp, __tuple_types<_Up...> >::value> {}; template <>