[libcxx-commits] [PATCH] D155025: [libc++][PSTL] Implement std::rotate_copy
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 14 08:44:59 PDT 2023
ldionne added a comment.
LGTM but this needs to be rebased on top of exception safety + test changes for that
================
Comment at: libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/pstl.rotate_copy.pass.cpp:1
+//===----------------------------------------------------------------------===//
+//
----------------
Missing changes in robust_against_customization_point_foo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155025/new/
https://reviews.llvm.org/D155025
More information about the libcxx-commits
mailing list