This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Introduce helper functions __make_iter in vector and string
ClosedPublic

Authored by ldionne on Nov 15 2022, 7:11 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rG5ed6dc468192: [libc++] Introduce helper functions __make_iter in vector and string
Summary

This prepares the terrain for introducing a new type of bounded iterator
that can't be constructed like __wrap_iter. This reverts part of the
changes made to std::vector in 4eab04f84.

Diff Detail

Event Timeline

ldionne created this revision.Nov 15 2022, 7:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 15 2022, 7:11 AM
ldionne requested review of this revision.Nov 15 2022, 7:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 15 2022, 7:11 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision as: Restricted Project.Nov 15 2022, 1:16 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 15 2022, 1:17 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.