This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r132984 - in /branches/gcc-4_3-branch/libstdc++...


Author: paolo
Date: Thu Mar  6 18:35:37 2008
New Revision: 132984

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132984
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:
    branches/gcc-4_3-branch/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/35480.cc
    branches/gcc-4_3-branch/libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/35480.cc
Modified:
    branches/gcc-4_3-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_3-branch/libstdc++-v3/include/std/tuple
    branches/gcc-4_3-branch/libstdc++-v3/include/tr1/tuple


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