gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely def227f1ad PR libstdc++/79486 use lvalues in result_of expressions
PR libstdc++/79486
	* include/std/future (__future_base::_Task_state::_M_run)
	(__future_base::_Task_state::_M_run_delayed): Use lvalue types in
	result_of expressions.
	* testsuite/30_threads/packaged_task/79486.cc: New.

From-SVN: r245386
2017-02-13 13:13:29 +00:00
..
async Support exception propagation without lock-free atomic int 2017-01-04 10:54:59 +00:00
call_once
condition_variable Define testsuite macro for correct thread_local destructors 2017-01-09 13:06:03 +00:00
condition_variable_any
future Support exception propagation without lock-free atomic int 2017-01-04 10:54:59 +00:00
headers Support exception propagation without lock-free atomic int 2017-01-04 10:54:59 +00:00
lock
lock_guard
mutex
once_flag/cons
packaged_task PR libstdc++/79486 use lvalues in result_of expressions 2017-02-13 13:13:29 +00:00
promise Support exception propagation without lock-free atomic int 2017-01-04 10:54:59 +00:00
recursive_mutex
recursive_timed_mutex
shared_future Support exception propagation without lock-free atomic int 2017-01-04 10:54:59 +00:00
shared_lock
shared_mutex
shared_timed_mutex
this_thread
thread
timed_mutex
try_lock
unique_lock