gcc/libstdc++-v3/include/experimental
Jonathan Wakely f7f07df5e2 Avoid ambiguity between C++2a std::erase_if and LFTS version
These calls should have been qualified to avoid ADL anyway, but in C++2a
it becomes essential to qualify the calls in experimental::erase because
std::erase_if is also declared and the calls become ambiguous.

	* include/experimental/forward_list (experimental::erase): Qualify
	call to erase_if.
	* include/experimental/list (experimental::erase): Likewise.
	* include/std/forward_list (std::erase): Likewise.
	* include/std/list (std::erase): Likewise.

From-SVN: r268356
2019-01-29 00:47:38 +00:00
..
bits Fix after P0600. 2019-01-21 11:47:30 +00:00
algorithm Update copyright years. 2019-01-01 13:31:55 +01:00
any Fix after P0600. 2019-01-21 11:47:30 +00:00
array Update copyright years. 2019-01-01 13:31:55 +01:00
buffer Update copyright years. 2019-01-01 13:31:55 +01:00
chrono PR libstdc++/88607 replace or remove unnecessary UTF-8 characters 2019-01-03 20:38:11 +00:00
deque Update copyright years. 2019-01-01 13:31:55 +01:00
executor Update copyright years. 2019-01-01 13:31:55 +01:00
filesystem Update copyright years. 2019-01-01 13:31:55 +01:00
forward_list Avoid ambiguity between C++2a std::erase_if and LFTS version 2019-01-29 00:47:38 +00:00
functional PR libstdc++/88607 replace or remove unnecessary UTF-8 characters 2019-01-03 20:38:11 +00:00
internet Fix after P0600. 2019-01-21 11:47:30 +00:00
io_context Update copyright years. 2019-01-01 13:31:55 +01:00
iterator Update copyright years. 2019-01-01 13:31:55 +01:00
list Avoid ambiguity between C++2a std::erase_if and LFTS version 2019-01-29 00:47:38 +00:00
map Update copyright years. 2019-01-01 13:31:55 +01:00
memory PR libstdc++/88607 replace some more UTF-8 characters 2019-01-03 22:07:52 +00:00
memory_resource Fix after P0600. 2019-01-21 11:47:30 +00:00
net Update copyright years. 2019-01-01 13:31:55 +01:00
netfwd Update copyright years. 2019-01-01 13:31:55 +01:00
numeric Update copyright years. 2019-01-01 13:31:55 +01:00
optional Update copyright years. 2019-01-01 13:31:55 +01:00
propagate_const Update copyright years. 2019-01-01 13:31:55 +01:00
random Update copyright years. 2019-01-01 13:31:55 +01:00
ratio PR libstdc++/88607 replace or remove unnecessary UTF-8 characters 2019-01-03 20:38:11 +00:00
regex Update copyright years. 2019-01-01 13:31:55 +01:00
set Update copyright years. 2019-01-01 13:31:55 +01:00
socket Update copyright years. 2019-01-01 13:31:55 +01:00
source_location Update copyright years. 2019-01-01 13:31:55 +01:00
string Update copyright years. 2019-01-01 13:31:55 +01:00
string_view Fix after P0600. 2019-01-21 11:47:30 +00:00
system_error PR libstdc++/88607 replace or remove unnecessary UTF-8 characters 2019-01-03 20:38:11 +00:00
timer Update copyright years. 2019-01-01 13:31:55 +01:00
tuple PR libstdc++/88607 replace or remove unnecessary UTF-8 characters 2019-01-03 20:38:11 +00:00
type_traits PR libstdc++/88607 replace or remove unnecessary UTF-8 characters 2019-01-03 20:38:11 +00:00
unordered_map Update copyright years. 2019-01-01 13:31:55 +01:00
unordered_set Update copyright years. 2019-01-01 13:31:55 +01:00
utility Update copyright years. 2019-01-01 13:31:55 +01:00
vector Update copyright years. 2019-01-01 13:31:55 +01:00