gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely f885fa898f Use std::addressof in insert iterators, allocators and promises
PR libstdc++/69105
	PR libstdc++/69106
	PR libstdc++/69114
	* include/bits/stl_iterator.h (back_insert_iterator,
	front_insert_iterator, insert_iterator): Use __addressof (LWG 2324).
	* include/bits/uses_allocator.h (__use_alloc): Use __addressof.
	* include/std/future (__future::base::_State_baseV2::__setter):
	Likewise.
	* include/std/scoped_allocator (__outermost): Likewise.
	* testsuite/20_util/scoped_allocator/69114.cc: New.
	* testsuite/20_util/uses_allocator/69114.cc: New.
	* testsuite/30_threads/promise/69106.cc: New.

From-SVN: r232129
2016-01-07 15:01:33 +00:00
..
async Update copyright years. 2016-01-04 15:30:50 +01:00
call_once Update copyright years. 2016-01-04 15:30:50 +01:00
condition_variable Update copyright years. 2016-01-04 15:30:50 +01:00
condition_variable_any Update copyright years. 2016-01-04 15:30:50 +01:00
future Update copyright years. 2016-01-04 15:30:50 +01:00
headers Update copyright years. 2016-01-04 15:30:50 +01:00
lock Update copyright years. 2016-01-04 15:30:50 +01:00
lock_guard Update copyright years. 2016-01-04 15:30:50 +01:00
mutex Update copyright years. 2016-01-04 15:30:50 +01:00
once_flag/cons Update copyright years. 2016-01-04 15:30:50 +01:00
packaged_task Update copyright years. 2016-01-04 15:30:50 +01:00
promise Use std::addressof in insert iterators, allocators and promises 2016-01-07 15:01:33 +00:00
recursive_mutex Update copyright years. 2016-01-04 15:30:50 +01:00
recursive_timed_mutex Update copyright years. 2016-01-04 15:30:50 +01:00
shared_future Update copyright years. 2016-01-04 15:30:50 +01:00
shared_lock Update copyright years. 2016-01-04 15:30:50 +01:00
shared_mutex Update copyright years. 2016-01-04 15:30:50 +01:00
shared_timed_mutex Update copyright years. 2016-01-04 15:30:50 +01:00
this_thread Update copyright years. 2016-01-04 15:30:50 +01:00
thread Update copyright years. 2016-01-04 15:30:50 +01:00
timed_mutex Update copyright years. 2016-01-04 15:30:50 +01:00
try_lock Update copyright years. 2016-01-04 15:30:50 +01:00
unique_lock Update copyright years. 2016-01-04 15:30:50 +01:00