gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely ec98d01014 re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed or no longer be used)
PR libstdc++/56905
	* libsupc++/exception_ptr.h (copy_exception): Deprecate and
	move implementation to make_exception_ptr.
	* include/std/future (_State_base::_M_break_promise): Replace
	copy_exception with make_exception_ptr.
	* testsuite/18_support/exception_ptr/move.cc: Likewise.
	* testsuite/18_support/exception_ptr/rethrow_exception.cc: Likewise.
	* testsuite/30_threads/future/members/get2.cc: Likewise.
	* testsuite/30_threads/promise/members/set_exception.cc: Likewise.
	* testsuite/30_threads/promise/members/set_exception2.cc: Likewise.
	* testsuite/30_threads/promise/members/set_value2.cc: Likewise.
	* testsuite/30_threads/shared_future/members/get2.cc: Likewise.

From-SVN: r198265
2013-04-24 23:00:16 +01:00
..
async Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
call_once Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
condition_variable Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
condition_variable_any Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
future re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed or no longer be used) 2013-04-24 23:00:16 +01:00
headers Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
lock Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
lock_guard re PR libstdc++/56002 ([C++11] allow generic locks to be used without requiring plattform support for threads) 2013-03-16 19:45:53 +00:00
mutex Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
once_flag/cons Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
packaged_task re PR libstdc++/56492 (std::packaged_task requires CopyConstructible stored task) 2013-03-16 02:48:06 +00:00
promise re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed or no longer be used) 2013-04-24 23:00:16 +01:00
recursive_mutex Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
recursive_timed_mutex Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
shared_future re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed or no longer be used) 2013-04-24 23:00:16 +01:00
this_thread Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
thread Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
timed_mutex Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
try_lock Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
unique_lock Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00