gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely d67dd0be94 Avoid #include <functional> in other headers
* include/bits/shared_ptr_base.h: Include <functional>.
	[!__cpp_rtti]: Do not include <typeinfo>.
	* include/experimental/array: Do not include <functional>.
	* include/experimental/memory: Include <bits/functional_hash.h>
	instead of <functional>.
	* include/experimental/propagate_const: Include <bits/stl_function.h>,
	<bits/functional_hash.h>, and <bits/move.h> instead of <functional>.
	* include/experimental/tuple: Do not include <functional>.
	* include/std/future: Include <functional>.
	* include/std/memory: Do not include <functional>.
	* include/std/mutex: [_GLIBCXX_HAVE_TLS]: Likewise.
	* testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc: Add
	missing includes.
	* testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise.
	* testsuite/20_util/specialized_algorithms/memory_management_tools/
	1.cc: Likewise.
	* testsuite/30_threads/call_once/60497.cc: Likewise.
	* testsuite/30_threads/lock/2.cc: Likewise.
	* testsuite/30_threads/thread/native_handle/cancel.cc: Likewise.
	* testsuite/experimental/algorithm/sample.cc: Likewise.
	* testsuite/experimental/array/make_array.cc: Likewise.
	* testsuite/experimental/array/neg.cc: Likewise. Adjust dg-error line.
	* testsuite/experimental/propagate_const/assignment/move_neg.cc:
	Adjust dg-error lines.
	* testsuite/experimental/propagate_const/cons/move_neg.cc: Likewise.
	* testsuite/experimental/propagate_const/requirements2.cc: Likewise.
	* testsuite/experimental/propagate_const/requirements3.cc: Likewise.
	* testsuite/experimental/propagate_const/requirements4.cc: Likewise.
	* testsuite/experimental/propagate_const/requirements5.cc: Likewise.

From-SVN: r241131
2016-10-13 17:59:19 +01:00
..
async Simplify dg-options for tests using pthreads 2016-08-19 17:36:07 +01:00
call_once Avoid #include <functional> in other headers 2016-10-13 17:59:19 +01:00
condition_variable Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
condition_variable_any Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
future Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
headers Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
lock Avoid #include <functional> in other headers 2016-10-13 17:59:19 +01:00
lock_guard Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
mutex Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
once_flag/cons Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
packaged_task Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
promise Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
recursive_mutex Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
recursive_timed_mutex Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
shared_future Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
shared_lock Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
shared_mutex Simplify dg-options for tests using pthreads 2016-08-19 17:36:07 +01:00
shared_timed_mutex Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
this_thread Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
thread Avoid #include <functional> in other headers 2016-10-13 17:59:19 +01:00
timed_mutex Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
try_lock Simplify dg-options for tests using pthreads 2016-08-19 17:36:07 +01:00
unique_lock Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00