gcc/libstdc++-v3/include/debug
Jonathan Wakely 200fcd3398 list.tcc (list::operator=(const list&), [...]): Use __addressof instead of operator&.
* include/bits/list.tcc (list::operator=(const list&), list::merge):
	Use __addressof instead of operator&.
	(list::sort): Use array-to-pointer decay instead of operator&.
	* include/bits/stl_list.h (list::splice): Use __addressof instead of
	operator&.
	* include/debug/formatter.h (_Error_formatter::_Parameter::_Parameter):
	Likewise.
	* include/debug/functions.h (__check_singular): Likewise.
	* include/debug/list (list::splice, list::merge): Likewise.
	* testsuite/23_containers/list/modifiers/addressof.cc: New.

From-SVN: r224539
2015-06-16 22:04:53 +01:00
..
array Add __is_nothrow_swappable and take it into use. 2015-06-05 15:44:26 +01:00
assertions.h 2015-05-29 François Dumont fdumont@gcc.gnu.org> 2015-05-29 21:29:07 +00:00
bitset Update copyright years. 2015-01-05 13:33:28 +01:00
debug.h 2015-05-29 François Dumont fdumont@gcc.gnu.org> 2015-05-29 21:29:07 +00:00
deque Update copyright years. 2015-01-05 13:33:28 +01:00
formatter.h list.tcc (list::operator=(const list&), [...]): Use __addressof instead of operator&. 2015-06-16 22:04:53 +01:00
forward_list Update copyright years. 2015-01-05 13:33:28 +01:00
functions.h list.tcc (list::operator=(const list&), [...]): Use __addressof instead of operator&. 2015-06-16 22:04:53 +01:00
list list.tcc (list::operator=(const list&), [...]): Use __addressof instead of operator&. 2015-06-16 22:04:53 +01:00
macros.h Update copyright years. 2015-01-05 13:33:28 +01:00
map Update copyright years. 2015-01-05 13:33:28 +01:00
map.h stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename to ... 2015-06-07 20:45:57 +00:00
multimap.h stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename to ... 2015-06-07 20:45:57 +00:00
multiset.h stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename to ... 2015-06-07 20:45:57 +00:00
safe_base.h 2015-05-29 François Dumont fdumont@gcc.gnu.org> 2015-05-29 21:29:07 +00:00
safe_container.h Update copyright years. 2015-01-05 13:33:28 +01:00
safe_iterator.h 2015-05-29 François Dumont fdumont@gcc.gnu.org> 2015-05-29 21:29:07 +00:00
safe_iterator.tcc Update copyright years. 2015-01-05 13:33:28 +01:00
safe_local_iterator.h 2015-05-29 François Dumont fdumont@gcc.gnu.org> 2015-05-29 21:29:07 +00:00
safe_local_iterator.tcc Update copyright years. 2015-01-05 13:33:28 +01:00
safe_sequence.h 2015-05-29 François Dumont fdumont@gcc.gnu.org> 2015-05-29 21:29:07 +00:00
safe_sequence.tcc Update copyright years. 2015-01-05 13:33:28 +01:00
safe_unordered_base.h Update copyright years. 2015-01-05 13:33:28 +01:00
safe_unordered_container.h 2015-05-29 François Dumont fdumont@gcc.gnu.org> 2015-05-29 21:29:07 +00:00
safe_unordered_container.tcc Update copyright years. 2015-01-05 13:33:28 +01:00
set Update copyright years. 2015-01-05 13:33:28 +01:00
set.h stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename to ... 2015-06-07 20:45:57 +00:00
string Update copyright years. 2015-01-05 13:33:28 +01:00
unordered_map unordered_map.h (unordered_map, [...]): Add missing constructors. 2015-05-17 20:14:53 +00:00
unordered_set unordered_map.h (unordered_map, [...]): Add missing constructors. 2015-05-17 20:14:53 +00:00
vector 2015-05-29 François Dumont fdumont@gcc.gnu.org> 2015-05-29 21:29:07 +00:00