Re: [PATCH] libstdc++: Implement LGW 4016 for std::ranges::to

2023-12-05 Thread Jonathan Wakely
On Thu, 30 Nov 2023 at 15:53, Jonathan Wakely wrote: > > Before pushing I'll fix the summary to say "LWG" instead of "LGW" (the > airport code for London Gatwick!) Pushed to trunk now. > > On Thu, 30 Nov 2023 at 15:51, Jonathan Wakely wrote: > > > > This hasn't been finally approved by LWG yet, b

Re: [PATCH] libstdc++: Implement LGW 4016 for std::ranges::to

2023-11-30 Thread Jonathan Wakely
Before pushing I'll fix the summary to say "LWG" instead of "LGW" (the airport code for London Gatwick!) On Thu, 30 Nov 2023 at 15:51, Jonathan Wakely wrote: > > This hasn't been finally approved by LWG yet, but everybody seems to be > in favour of it. I think I'll push this soon. > > Tested x86_6

[PATCH] libstdc++: Implement LGW 4016 for std::ranges::to

2023-11-30 Thread Jonathan Wakely
This hasn't been finally approved by LWG yet, but everybody seems to be in favour of it. I think I'll push this soon. Tested x86_64-linux. -- >8 -- This implements the proposed resolution of LWG 4016, so that std::ranges::to does not use std::back_inserter and std::inserter. Instead it inserts a