Re: [PATCH] libstdc++: Replace std::__to_address in C++20 branch in

2024-10-23 Thread Jonathan Wakely
On Wed, 23 Oct 2024 at 13:18, Jonathan Wakely wrote: > > As noted by Patrick, r15-4546-g85e5b80ee2de80 should have changed the > usage of std::__to_address to std::to_address in the C++20-specific > branch that works on types satisfying std::contiguous_iterator. > > libstdc++-v3/ChangeLog: > >

[PATCH] libstdc++: Replace std::__to_address in C++20 branch in

2024-10-23 Thread Jonathan Wakely
As noted by Patrick, r15-4546-g85e5b80ee2de80 should have changed the usage of std::__to_address to std::to_address in the C++20-specific branch that works on types satisfying std::contiguous_iterator. libstdc++-v3/ChangeLog: * include/bits/basic_string.h (assign(Iter, Iter)): Call