This is an archive of the discontinued LLVM Phabricator instance.

[libcxx][iterator] adds `std::indirectly_readable` and `std::indirectly_writable`
AbandonedPublic

Authored by cjdb on Apr 22 2021, 8:11 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Summary

Implements parts of:

  • P0896R4 The One Ranges Proposal`

Reverts 9f11cc0d96519cbf6b2a978334bc5bc81875819 after fixing the issue
in 04733181b5136e2b3df2b37c6bdd9e25f8afecd0.

Diff Detail

Event Timeline

cjdb requested review of this revision.Apr 22 2021, 8:11 AM
cjdb created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2021, 8:11 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
cjdb updated this revision to Diff 339652.Apr 22 2021, 8:22 AM

properly reverts

cjdb abandoned this revision.Apr 22 2021, 8:24 AM

@ldionne already had something in the pipeline