Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG824391693cbb: [libc++][PSTL] Implement std::find{,_if,_if_not}
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D149539
[libc++][PSTL] Implement std::find{,_if,_if_not} ClosedPublic Authored by philnik on Apr 29 2023, 8:50 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 1 2023, 8:33 AM philnik retitled this revision from [libc++][PSTL] Implement std::find{,_if,if_not} to [libc++][PSTL] Implement std::find{,_if,_if_not}.May 1 2023, 9:00 AM This revision was landed with ongoing or failed builds.May 1 2023, 9:04 AM Closed by commit rG824391693cbb: [libc++][PSTL] Implement std::find{,_if,_if_not} (authored by philnik). · Explain Why This revision was automatically updated to reflect the committed changes. philnik marked an inline comment as done.
Revision Contents
Diff 518465 libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/pstl_find.h
libcxx/include/__pstl/internal/algorithm_fwd.h
libcxx/include/__pstl/internal/algorithm_impl.h
libcxx/include/__pstl/internal/glue_algorithm_defs.h
libcxx/include/__pstl/internal/glue_algorithm_impl.h
libcxx/include/algorithm
libcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find_if.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.find/pstl.find_if_not.pass.cpp
|