gcc/libstdc++-v3/include/debug
François Dumont ebd4c354b3 re PR libstdc++/62313 (Data race in debug iterators)
2014-09-29  François Dumont  <fdumont@gcc.gnu.org>

	PR libstdc++/62313
	* include/debug/safe_base.h
	(_Safe_iterator_base(const _Safe_iterator_base&)): Delete declaration.
	(_Safe_iterator_base& operator=(const _Safe_iterator_base&)): Likewise.
	* include/debug/safe_iterator.h (_Safe_iterator<>): Move normal iterator
	before _Safe_iterator_base in memory. Lock before modifying the iterator
	in numerous places.
	* include/debug/safe_local_iterator.h
	(_Safe_local_iterator_base(const _Safe_local_iterator_base&)): Delete
	declaration.
	(_Safe_local_iterator_base& operator=(const _Safe_local_iterator_base&)):
	Likewise.
	* include/debug/safe_unordered_base.h (_Safe_local_iterator<>):  Move
	normal iterator before _Safe_iterator_base in memory. Lock before
	modifying the iterator in numerous places.
	* include/debug/forward_list (_Safe_forward_list<>::_M_swap_aux): Adapt.
	* include/debug/safe_sequence.tcc
	(_Safe_sequence<>::_M_transfer_from_if): Adapt.

From-SVN: r215693
2014-09-29 21:22:17 +00:00
..
array re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it's not required to be a complete type) 2014-05-13 18:22:08 +01:00
bitset
debug.h
deque deque (__gnu_debug::deque): Make base class C++11 allocator aware. 2014-09-12 15:06:50 +01:00
formatter.h
forward_list re PR libstdc++/62313 (Data race in debug iterators) 2014-09-29 21:22:17 +00:00
functions.h
list
macros.h
map
map.h
multimap.h
multiset.h
safe_base.h re PR libstdc++/62313 (Data race in debug iterators) 2014-09-29 21:22:17 +00:00
safe_container.h
safe_iterator.h re PR libstdc++/62313 (Data race in debug iterators) 2014-09-29 21:22:17 +00:00
safe_iterator.tcc
safe_local_iterator.h re PR libstdc++/62313 (Data race in debug iterators) 2014-09-29 21:22:17 +00:00
safe_local_iterator.tcc
safe_sequence.h
safe_sequence.tcc re PR libstdc++/62313 (Data race in debug iterators) 2014-09-29 21:22:17 +00:00
safe_unordered_base.h re PR libstdc++/62313 (Data race in debug iterators) 2014-09-29 21:22:17 +00:00
safe_unordered_container.h
safe_unordered_container.tcc
set
set.h
string
unordered_map hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified. 2014-09-06 07:38:48 +00:00
unordered_set hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified. 2014-09-06 07:38:48 +00:00
vector