Files
gcc/libstdc++-v3/include
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
..
2019-01-21 11:47:30 +00:00
2019-01-01 13:31:55 +01:00
2019-01-01 13:31:55 +01:00
2019-01-01 13:31:55 +01:00
2019-01-01 13:31:55 +01:00
2019-01-21 11:47:30 +00:00
2019-01-01 13:31:55 +01:00
2019-01-21 11:47:30 +00:00
2019-01-01 13:31:55 +01:00
2019-01-21 11:47:30 +00:00
2019-01-21 11:47:30 +00:00
2019-01-21 11:47:30 +00:00
2019-01-01 13:31:55 +01:00