This is an archive of the discontinued LLVM Phabricator instance.

[libc++][ranges] Implement `views::single`.
ClosedPublic

Authored by var-const on May 4 2022, 10:02 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG0102527352ff: [libc++][ranges] Implement `views::single`.
Summary

This only adds the customization point object (which isn't pipeable),
the view itself has already been implemented previously.

Diff Detail

Event Timeline

var-const created this revision.May 4 2022, 10:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2022, 10:02 PM
var-const requested review of this revision.May 4 2022, 10:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2022, 10:02 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 5 2022, 10:23 AM
This revision is now accepted and ready to land.May 5 2022, 10:23 AM
var-const updated this revision to Diff 427587.May 6 2022, 3:32 AM

Address review comment

This revision was automatically updated to reflect the committed changes.