Re: [PATCH] libstdc++: Add P1206R7 from_range members to std::string [PR111055]

2025-04-10 Thread Tomasz Kaminski
On Fri, Apr 11, 2025 at 1:32 AM Jonathan Wakely wrote: > This is the last piece of P1206R7, adding new members to > std::basic_string. > > libstdc++-v3/ChangeLog: > > PR libstdc++/111055 > * include/bits/basic_string.h (_S_copy_range): New function. > (basic_string(from_ra

[PATCH] libstdc++: Add P1206R7 from_range members to std::string [PR111055]

2025-04-10 Thread Jonathan Wakely
This is the last piece of P1206R7, adding new members to std::basic_string. libstdc++-v3/ChangeLog: PR libstdc++/111055 * include/bits/basic_string.h (_S_copy_range): New function. (basic_string(from_range_t, R%%, const Alloc&)): New constructor. (append_ra