This is an archive of the discontinued LLVM Phabricator instance.

[libc++][ranges][NFC] Mark completed issues related to the One Ranges Proposal.
ClosedPublic

Authored by var-const on May 5 2022, 7:17 PM.

Details

Summary

Quite a few C++20 LWG issues/papers related to the One Ranges Proposal
were already effectively implemented (or contain semantic-only wording
changes that don't affect the implementation), mark them as such.

Diff Detail

Event Timeline

var-const created this revision.May 5 2022, 7:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2022, 7:17 PM
var-const requested review of this revision.May 5 2022, 7:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2022, 7:17 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 6 2022, 10:11 AM
ldionne added a subscriber: ldionne.

LGTM with a comment, and once the CI is satisfied. Thanks a lot for the survey!

libcxx/docs/Status/Cxx20Papers.csv
114

Can we add a release note for the papers that we are marking as implemented?

This revision is now accepted and ready to land.May 6 2022, 10:11 AM
var-const updated this revision to Diff 429089.May 12 2022, 3:45 PM
  • fix the CI;
  • add a release note.
var-const updated this revision to Diff 429095.May 12 2022, 4:18 PM

Fix the CI again.