projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b702100
)
Fix build.
author
Ville Voutilainen
<ville@gcc.gnu.org>
Fri, 27 May 2016 14:34:08 +0000
(17:34 +0300)
committer
Ville Voutilainen
<ville@gcc.gnu.org>
Fri, 27 May 2016 14:34:08 +0000
(17:34 +0300)
From-SVN: r236823
libstdc++-v3/include/std/tuple
patch
|
blob
|
history
diff --git
a/libstdc++-v3/include/std/tuple
b/libstdc++-v3/include/std/tuple
index 5ef3003b70649e2294fe5fff2eecb8fcb9d2b154..ea887932072507d6a476537399b06c2370fc5d48 100644
(file)
--- 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<typename... _UElements> using _TMCT =
_TC<(sizeof...(_Elements) == sizeof...(_UElements))
- && !is_same<tuple<Elements...>,
+ && !is_same<tuple<
_
Elements...>,
tuple<_UElements...>>::value,
_Elements...>;