This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] adds `std::indirectly_writable` to <iterator>
AbandonedPublic

Authored by cjdb on Apr 7 2021, 5:07 PM.

Details

Reviewers
ldionne
EricWF
zoecarver
Mordante
curdeius
Quuxplusone
Group Reviewers
Restricted Project
Summary

Implements parts of:

  • P0896R4 The One Ranges Proposal`

Depends on D100073

Diff Detail

Event Timeline

cjdb requested review of this revision.Apr 7 2021, 5:07 PM
cjdb created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2021, 5:07 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
cjdb updated this revision to Diff 336699.Apr 11 2021, 2:39 PM

updates synopsis, rebases to activate CI

zoecarver accepted this revision as: zoecarver.Apr 14 2021, 3:11 PM

LGTM. Thanks.

libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.writable/indirectly_writable.compile.pass.cpp
220

Only one template param.

cjdb updated this revision to Diff 337809.Apr 15 2021, 9:54 AM

rebases to activate CI

cjdb updated this revision to Diff 338415.Apr 18 2021, 7:31 PM

rebases to activate CI

cjdb abandoned this revision.Apr 20 2021, 4:14 PM

D100073 absorbed this patch.