https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108760
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|14.3 |13.4 --- Comment #12 from Jonathan Wakely <redi at gcc dot gnu.org> --- Fixed for 13.4 and 14.3, by making it available in both <algorithm> and <numeric>, so that correct code can find it in <numeric> and incorrect code which currently compiles with gcc-13 or gcc-14 will still find it in <algorithm>.