This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Partly addresses LWG3798.
ClosedPublic

Authored by Mordante on Jan 28 2023, 10:39 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG87451cf05a0f: [libc++] Partly addresses LWG3798.
Summary
LWG3798 Rvalue reference and iterator_category

The changes are only applied to ranges::transform_view, the other
views haven't been implemented yet.

Diff Detail

Event Timeline

Mordante created this revision.Jan 28 2023, 10:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2023, 10:39 AM
Mordante requested review of this revision.Jan 28 2023, 10:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2023, 10:39 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jan 31 2023, 10:10 AM
This revision is now accepted and ready to land.Jan 31 2023, 10:10 AM
This revision was landed with ongoing or failed builds.Jan 31 2023, 11:00 AM
This revision was automatically updated to reflect the committed changes.