[all-commits] [llvm/llvm-project] ed27a4: [libc++][PSTL] Implement std::equal (#72448)
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Tue Nov 28 13:02:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed27a4edb03809f0fe38f780765acfb97346c127
https://github.com/llvm/llvm-project/commit/ed27a4edb03809f0fe38f780765acfb97346c127
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-11-28 (Tue, 28 Nov 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_equal.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap.in
A libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/pstl.equal.pass.cpp
A libcxx/test/std/algorithms/alg.nonmodifying/alg.equal/pstl.exception_handling.pass.cpp
Log Message:
-----------
[libc++][PSTL] Implement std::equal (#72448)
Differential Revision: https://reviews.llvm.org/D157131
Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
More information about the All-commits
mailing list