This is an archive of the discontinued LLVM Phabricator instance.

[libc++][PSTL] Implement std::find{,_if,_if_not}
ClosedPublic

Authored by philnik on Apr 29 2023, 8:50 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG824391693cbb: [libc++][PSTL] Implement std::find{,_if,_if_not}

Diff Detail

Event Timeline

philnik created this revision.Apr 29 2023, 8:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2023, 8:50 PM
philnik requested review of this revision.Apr 29 2023, 8:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2023, 8:50 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 1 2023, 8:33 AM
ldionne added inline comments.
libcxx/include/__algorithm/pstl_find.h
98
This 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
This revision was automatically updated to reflect the committed changes.
philnik marked an inline comment as done.