- 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 D149830
[libc++][ranges] Implement the changes to node-based containers from P1206 (`ranges::to`): var-const on May 4 2023, 2:37 AM. Authored by
Details
(Note: this patch is split from https://reviews.llvm.org/D142335)
Diff Detail
Event TimelineComment Actions Thanks! I don't have a lot of comments, the patch is quite large but there's a lot of mechanical changes that don't differ from class to class, which makes this easier to review.
Comment Actions Address most feedback.
Comment Actions LGTM w/ comments applied and CI passing.
Comment Actions Remove some unnecessary calls to std::forward
|