r148555 - in /trunk/libstdc++-v3: ChangeLog lib...

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


Author: redi
Date: Tue Jun 16 21:24:41 2009
New Revision: 148555

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148555
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:
    trunk/libstdc++-v3/testsuite/18_support/exception_ptr/move.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/libsupc++/exception_ptr.h



More information about the Libstdc++-cvs mailing list