From: Ville Voutilainen Date: Fri, 27 May 2016 14:34:08 +0000 (+0300) Subject: Fix build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48035dfbea2bf9a72ca18fd05b408301481e98bc;p=gcc.git Fix build. From-SVN: r236823 --- diff --git a/libstdc++-v3/include/std/tuple b/libstdc++-v3/include/std/tuple index 5ef3003b706..ea887932072 100644 --- a/libstdc++-v3/include/std/tuple +++ b/libstdc++-v3/include/std/tuple @@ -629,7 +629,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION // need to be constrained. template using _TMCT = _TC<(sizeof...(_Elements) == sizeof...(_UElements)) - && !is_same, + && !is_same, tuple<_UElements...>>::value, _Elements...>;