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 #8 from paolo at gcc dot gnu dot org  2008-03-06 18:36 -------
Subject: Bug 35480

Author: paolo
Date: Thu Mar  6 18:35:26 2008
New Revision: 132983

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132983
Log:
2008-03-06  Chris Jefferson  <chris@bubblescope.net>
            Paolo Carlini  <pcarlini@suse.de>

        PR libstdc++/35480
        * include/tr1/tuple (operator==, operator<): Fix.
        * include/std/tuple (operator==, operator<): Likewise.
        * testsuite/tr1/6_containers/tuple/comparison_operators/35480.cc: New.
        * testsuite/20_util/tuple/comparison_operators/35480.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/35480.cc
   
trunk/libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/35480.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/tuple
    trunk/libstdc++-v3/include/tr1/tuple


-- 


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]