gcc/libstdc++-v3/testsuite/30_threads/promise
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
..
cons Update copyright years. 2016-01-04 15:30:50 +01:00
members Update copyright years. 2016-01-04 15:30:50 +01:00
requirements Update copyright years. 2016-01-04 15:30:50 +01:00
60966.cc Update copyright years. 2016-01-04 15:30:50 +01:00
69106.cc Use std::addressof in insert iterators, allocators and promises 2016-01-07 15:01:33 +00:00
uses_allocator.cc Update copyright years. 2016-01-04 15:30:50 +01:00