[all-commits] [llvm/llvm-project] 68ee01: [libc++][PSTL] Implement std::for_each{, _n}
philnik777 via All-commits
all-commits at lists.llvm.org
Sun Apr 30 13:27:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68ee014b15d3c936b8adb333d6a3f973f071f2cf
https://github.com/llvm/llvm-project/commit/68ee014b15d3c936b8adb333d6a3f973f071f2cf
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-04-30 (Sun, 30 Apr 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/pstl_for_each.h
M libcxx/include/__pstl/internal/glue_algorithm_defs.h
M libcxx/include/__pstl/internal/glue_algorithm_impl.h
M libcxx/include/algorithm
A libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.for_each.pass.cpp
A libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.for_each_n.pass.cpp
M libcxx/test/support/test_execution_policies.h
Log Message:
-----------
[libc++][PSTL] Implement std::for_each{, _n}
Reviewed By: ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D149381
More information about the All-commits
mailing list