- add the from_range_t constructors and the related deduction guides;
- add the insert_range/assign_range/etc. member functions.
(Note: this patch is split from https://reviews.llvm.org/D142335)
Differential D149832
[libc++][ranges] Implement the changes to `basic_string` from P1206 (`ranges::to`): var-const on May 4 2023, 2:42 AM. Authored by
Details
(Note: this patch is split from https://reviews.llvm.org/D142335)
Diff Detail
Event Timeline
Comment Actions Partially address feedback and rebase.
Comment Actions Address feedback and rebase.
|