This is an archive of the discontinued LLVM Phabricator instance.

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

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

Details

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

Diff Detail

Event Timeline

philnik created this revision.Apr 29 2023, 8:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2023, 8:52 PM
philnik requested review of this revision.Apr 29 2023, 8:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2023, 8:52 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik updated this revision to Diff 518374.Apr 30 2023, 5:31 PM

Try to fix CI

ldionne accepted this revision.May 1 2023, 8:40 AM
ldionne added inline comments.
libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill.pass.cpp
42

here and below.

libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/pstl.fill_n.pass.cpp
17

Wrong signature!

42
This revision is now accepted and ready to land.May 1 2023, 8:40 AM
philnik updated this revision to Diff 518466.May 1 2023, 9:10 AM
philnik marked 3 inline comments as done.

Address comments

This revision was landed with ongoing or failed builds.May 1 2023, 2:04 PM
This revision was automatically updated to reflect the committed changes.