Re: [PATCH] libstdc++: Remove duplicate include header from ranges_algobase.h

2024-07-23 Thread Jonathan Wakely
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/0b

Re: [PATCH] libstdc++: Remove duplicate include header from ranges_algobase.h

2024-07-22 Thread Michael Levine (BLOOMBERG/ 731 LEX)
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 firs