This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/35480] Relational operators for <tr1/tuple> don't error on different sized tuples
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Mar 2008 17:00:49 -0000
- Subject: [Bug libstdc++/35480] Relational operators for <tr1/tuple> don't error on different sized tuples
- References: <bug-35480-15866@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from pcarlini at suse dot de 2008-03-06 17:00 -------
By the way, in the meanwhile I checked N2322 and C++0x will simply enforce
EqualityComparable<TTypes, UTypes>...
We are presently trying to figure out whether in the meanwhile we want to
explicitly enforce sizeof...(TTypes) == sizeof...(UTypes)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35480