[all-commits] [llvm/llvm-project] 5d7f34: [libc++][PSTL] Implement std::rotate_copy

philnik777 via All-commits all-commits at lists.llvm.org
Tue Oct 24 05:02:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d7f346bd398fa1d7d9b7480a2996a39bd9062e1
      https://github.com/llvm/llvm-project/commit/5d7f346bd398fa1d7d9b7480a2996a39bd9062e1
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-10-24 (Tue, 24 Oct 2023)

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

  Log Message:
  -----------
  [libc++][PSTL] Implement std::rotate_copy

Reviewed By: #libc, ldionne

Spies: ldionne, libcxx-commits

Differential Revision: https://reviews.llvm.org/D155025




More information about the All-commits mailing list