gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely f7e68d0804 re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a reference to a functor does not copy its argument.)
PR libstdc++/60564
	* include/std/future (__future_base::_Task_state<>): Change
	constructors to template functions using perfect forwarding.
	(__create_task_state): Use decayed type as stored task.
	(packaged_task::packaged_task(_Fn&&)): Forward instead of moving.
	* testsuite/30_threads/packaged_task/60564.cc: New.

From-SVN: r208656
2014-03-18 16:31:38 +00:00
..
async Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
call_once Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
condition_variable Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
condition_variable_any Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
future Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
headers Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
lock Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
lock_guard Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
mutex Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
once_flag/cons Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
packaged_task re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a reference to a functor does not copy its argument.) 2014-03-18 16:31:38 +00:00
promise Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
recursive_mutex Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
recursive_timed_mutex Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
shared_future Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
shared_lock Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891. 2014-02-20 16:06:40 +00:00
shared_timed_mutex Rename testsuite directory shared_mutex to shared_timed_mutex for consistency. 2014-02-21 14:40:26 +00:00
this_thread Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
thread Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
timed_mutex Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
try_lock Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
unique_lock Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00