This is an archive of the discontinued LLVM Phabricator instance.

[NFC][libc++] Addresses LWG3927.
ClosedPublic

Authored by Mordante on Jun 19 2023, 8:14 AM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rGffe0495105fb: [NFC][libc++] Addresses LWG3927.
Summary

Changes to preconditions have no impact on the library.

Implements

  • LWG3927 Unclear preconditions for operator[] for sequence containers

Diff Detail

Event Timeline

Mordante created this revision.Jun 19 2023, 8:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2023, 8:14 AM
Mordante requested review of this revision.Jun 19 2023, 8:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2023, 8:14 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Jun 19 2023, 8:26 AM
This revision is now accepted and ready to land.Jun 19 2023, 8:26 AM
This revision was automatically updated to reflect the committed changes.