https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92546
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2019-11-18 Ever confirmed|0 |1 --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- <deque> and <string> would also benefit from moving remove and remove_if to <bits/stl_algobase.h>: include/std/deque:# include <bits/stl_algo.h> // For remove and remove_if include/std/string:# include <bits/stl_algo.h> // For remove and remove_if include/std/vector:# include <bits/stl_algo.h> // For remove and remove_if