r148556 - in /branches/gcc-4_4-branch/libstdc++...

redi@gcc.gnu.org redi@gcc.gnu.org
Tue Jun 16 21:46:00 GMT 2009


Author: redi
Date: Tue Jun 16 21:46:27 2009
New Revision: 148556

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

	* libsupc++/exception_ptr.h (exception_ptr::swap(exception_ptr&&)):
	Remove.
	(exception_ptr::operator=(exception_ptr&&)): Cast source to
	rvalue-reference so that move constructor is called.
	* testsuite/18_support/exception_ptr/move.cc: New.

Added:
    branches/gcc-4_4-branch/libstdc++-v3/testsuite/18_support/exception_ptr/move.cc
Modified:
    branches/gcc-4_4-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_4-branch/libstdc++-v3/libsupc++/exception_ptr.h



More information about the Libstdc++-cvs mailing list