[Bug libstdc++/92546] [10 Regression] Large increase in preprocessed file sizes in C++2a mode
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Nov 18 14:43:00 GMT 2019
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
More information about the Gcc-bugs
mailing list