This is an archive of the discontinued LLVM Phabricator instance.

[libc++][PSTL] Implement std::generate{,_n}
ClosedPublic

Authored by philnik on Jun 9 2023, 1:45 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGcd916108b4c6: [libc++][PSTL] Implement std::generate{,_n}

Diff Detail

Event Timeline

philnik created this revision.Jun 9 2023, 1:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 1:45 PM
philnik requested review of this revision.Jun 9 2023, 1:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 1:45 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jun 12 2023, 3:21 PM
ldionne added a subscriber: ldionne.
ldionne added inline comments.
libcxx/include/CMakeLists.txt
85

Don't forget to update the paper list.

libcxx/include/__algorithm/pstl_generate.h
2

Missing updates to the customization point list.

libcxx/include/algorithm
1818

Missing synopsis update. Did we forget to update it for the past several patches? I get a feeling that we did.

This revision is now accepted and ready to land.Jun 12 2023, 3:21 PM
philnik updated this revision to Diff 530719.Jun 12 2023, 4:57 PM
philnik marked 3 inline comments as done.

Address comments

This revision was automatically updated to reflect the committed changes.