Re: [PATCH] libstdc++/ranges: make _RangeAdaptorClosure befriend operator|

2024-11-27 Thread Patrick Palka
On Wed, 27 Nov 2024, Jonathan Wakely wrote: > On Wed, 27 Nov 2024 at 15:43, Patrick Palka wrote: > > > > Tested on x86_64-pc-linux-gnu, does this look OK for trunk? > > OK Thanks, I noticed Jason already pushed his module std fixes patch so I went ahead and removed the now unnecessary export as

Re: [PATCH] libstdc++/ranges: make _RangeAdaptorClosure befriend operator|

2024-11-27 Thread Jonathan Wakely
On Wed, 27 Nov 2024 at 15:43, Patrick Palka wrote: > > Tested on x86_64-pc-linux-gnu, does this look OK for trunk? OK > > -- >8 -- > > This declares the range adaptor pipe operators a friend of the > _RangeAdaptorClosure base class so that the std module doesn't need to > export them for ADL to