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]

r132983 - in /trunk/libstdc++-v3: ChangeLog inc...


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


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