Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG5d7f346bd398: [libc++][PSTL] Implement std::rotate_copy
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM but this needs to be rebased on top of exception safety + test changes for that
libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/pstl.rotate_copy.pass.cpp | ||
---|---|---|
2 | Missing changes in robust_against_customization_point_foo |
libcxx/include/__algorithm/pstl_backend.h | ||
---|---|---|
171 | Return type needs to be updated | |
libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/pstl.exception_handling.pass.cpp | ||
27 | boilerplate | |
libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/pstl.rotate_copy.pass.cpp | ||
36 | Could you add a test that validates that we didn't make any changes to the original range? | |
67 |
Return type needs to be updated