This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/35480] Relational operators for <tr1/tuple> don't error on different sized tuples



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]