On Mon, 22 Jul 2024 at 20:53, Michael Levine wrote: > > The bits/stl_algobase.h header was added to bits/ranges_algobase.h separately > through two related commits: > > https://github.com/gcc-mirror/gcc/commit/674d213ab91871652e96dc2de06e6f50682eebe0 > > https://github.com/gcc-mirror/gcc/commit/0bb1db32ccf54a9de59bea718f7575f7ef22abf5 > > The comment for the first time it is included in the file is also incorrect > (my error from that 2nd PR) since it is really being included for __memcmp, > not __memcpy
Oops, I thought I'd fixed that when I applied your patch. > This patch removes the duplicate header include. Thanks, I'll push this today.