[libcxx-commits] [PATCH] D155025: [libc++][PSTL] Implement std::rotate_copy

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 24 05:02:51 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5d7f346bd398: [libc++][PSTL] Implement std::rotate_copy (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D155025?vs=557838&id=557863#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155025/new/

https://reviews.llvm.org/D155025

Files:
  libcxx/docs/Status/PSTLPaper.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_backend.h
  libcxx/include/__algorithm/pstl_rotate_copy.h
  libcxx/include/algorithm
  libcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/pstl.exception_handling.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/pstl.rotate_copy.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155025.557863.patch
Type: text/x-patch
Size: 12663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20231024/27ad881f/attachment.bin>


More information about the libcxx-commits mailing list