[all-commits] [llvm/llvm-project] 51131e: [libc++][PSTL] Implement std::replace{, _if, _copy, _...

philnik777 via All-commits all-commits at lists.llvm.org
Tue Jun 6 08:45:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51131edf83e4d560f19474b8147efc5fc1118295
      https://github.com/llvm/llvm-project/commit/51131edf83e4d560f19474b8147efc5fc1118295
  Author: Nikolas Klauser <n_klauser at apple.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/pstl_backend.h
    A libcxx/include/__algorithm/pstl_replace.h
    M libcxx/include/__pstl/internal/glue_algorithm_impl.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.replace/pstl.replace.pass.cpp
    A libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_copy.pass.cpp
    A libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_copy_if.pass.cpp
    A libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_if.pass.cpp

  Log Message:
  -----------
  [libc++][PSTL] Implement std::replace{,_if,_copy,_copy_if}

Reviewed By: #libc, ldionne

Spies: ldionne, libcxx-commits

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




More information about the All-commits mailing list