EricWF added inline comments.
================ Comment at: include/__tuple:34 + const _Tp, + typename enable_if<!is_volatile<_Tp>::value>::type, + decltype(tuple_size<_Tp>::value)>> ---------------- Without this extra `enable_if`, GCC will diagnose each of these three specializations as ambiguous. https://reviews.llvm.org/D28222 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits