OSDN Git Service

2008-03-06 Chris Jefferson <chris@bubblescope.net>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Mar 2008 18:35:26 +0000 (18:35 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Mar 2008 18:35:26 +0000 (18:35 +0000)
commita0105cf7254cf0f03a57475feb2665bad3c148bb
treedd12b5ba391685b091f71c3d4e51829e15fc1efe
parent8bd452d92424a3069e1925ace0d13c949ef607d8
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132983 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/tuple
libstdc++-v3/include/tr1/tuple
libstdc++-v3/testsuite/20_util/tuple/comparison_operators/35480.cc [new file with mode: 0644]
libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/35480.cc [new file with mode: 0644]