Index: include/tuple =================================================================== --- include/tuple +++ include/tuple @@ -1117,6 +1117,14 @@ _VSTD::forward<_Tuples>(__tpls)...); } +template +inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 +typename __tuple_cat_return<_Tuple>::type +tuple_cat(_Tuple&& __t0) +{ + return __t0; +} + template struct _LIBCPP_TYPE_VIS_ONLY uses_allocator, _Alloc> : true_type {};