gcc/libstdc++-v3/include/debug
Jonathan Wakely fa98bc4270 libstdc++: Qualify calls to debug mode helpers
These functions should be qualified to disable unwanted ADL.

The overload of __check_singular_aux for safe iterators was previously
being found by ADL, because it wasn't declared before __check_singular.
Add a declaration so that it can be found by qualified lookup.

libstdc++-v3/ChangeLog:

	* include/debug/helper_functions.h (__get_distance)
	(__check_singular, __valid_range_aux, __valid_range): Qualify
	calls to disable ADL.
	(__check_singular_aux(const _Safe_iterator_base*)): Declare
	overload that was previously found via ADL.
2023-06-26 17:43:22 +01:00
..
array Update copyright years. 2023-01-16 11:52:17 +01:00
assertions.h Update copyright years. 2023-01-16 11:52:17 +01:00
bitset Update copyright years. 2023-01-16 11:52:17 +01:00
debug.h Update copyright years. 2023-01-16 11:52:17 +01:00
deque Update copyright years. 2023-01-16 11:52:17 +01:00
formatter.h Update copyright years. 2023-01-16 11:52:17 +01:00
forward_list Update copyright years. 2023-01-16 11:52:17 +01:00
functions.h Update copyright years. 2023-01-16 11:52:17 +01:00
helper_functions.h libstdc++: Qualify calls to debug mode helpers 2023-06-26 17:43:22 +01:00
list Update copyright years. 2023-01-16 11:52:17 +01:00
macros.h Update copyright years. 2023-01-16 11:52:17 +01:00
map Update copyright years. 2023-01-16 11:52:17 +01:00
map.h Update copyright years. 2023-01-16 11:52:17 +01:00
multimap.h Update copyright years. 2023-01-16 11:52:17 +01:00
multiset.h Update copyright years. 2023-01-16 11:52:17 +01:00
safe_base.h Update copyright years. 2023-01-16 11:52:17 +01:00
safe_container.h Update copyright years. 2023-01-16 11:52:17 +01:00
safe_iterator.h libstdc++: [_GLIBCXX_DEBUG] Remove useless constructor checks 2023-01-23 19:11:54 +01:00
safe_iterator.tcc Update copyright years. 2023-01-16 11:52:17 +01:00
safe_local_iterator.h libstdc++: [_GLIBCXX_DEBUG] Remove useless constructor checks 2023-01-23 19:11:54 +01:00
safe_local_iterator.tcc Update copyright years. 2023-01-16 11:52:17 +01:00
safe_sequence.h Update copyright years. 2023-01-16 11:52:17 +01:00
safe_sequence.tcc Update copyright years. 2023-01-16 11:52:17 +01:00
safe_unordered_base.h Update copyright years. 2023-01-16 11:52:17 +01:00
safe_unordered_container.h Update copyright years. 2023-01-16 11:52:17 +01:00
safe_unordered_container.tcc Update copyright years. 2023-01-16 11:52:17 +01:00
set Update copyright years. 2023-01-16 11:52:17 +01:00
set.h Update copyright years. 2023-01-16 11:52:17 +01:00
stl_iterator.h Update copyright years. 2023-01-16 11:52:17 +01:00
string Update copyright years. 2023-01-16 11:52:17 +01:00
unordered_map Update copyright years. 2023-01-16 11:52:17 +01:00
unordered_set Update copyright years. 2023-01-16 11:52:17 +01:00
vector Update copyright years. 2023-01-16 11:52:17 +01:00