This is the mail archive of the gcc-cvs@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]

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


Author: redi
Date: Tue Jun 23 22:33:17 2009
New Revision: 148880

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148880
Log:
2009-06-23  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* include/bits/shared_ptr.h: Do not swap rvalues.
	* testsuite/20_util/owner_less/cmp.cc: Add missing test variables.
	* testsuite/20_util/shared_ptr/comparison/cmp.cc: Likewise.
	* testsuite/20_util/shared_ptr/comparison/less.cc: Likewise.
	* testsuite/20_util/weak_ptr/observers/owner_before.cc: Likewise.
	* testsuite/20_util/tuple/swap.cc: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/shared_ptr.h
    trunk/libstdc++-v3/testsuite/20_util/owner_less/cmp.cc
    trunk/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/cmp.cc
    trunk/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/less.cc
    trunk/libstdc++-v3/testsuite/20_util/tuple/swap.cc
    trunk/libstdc++-v3/testsuite/20_util/weak_ptr/observers/owner_before.cc


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