This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Move iota_view::iterator and sentinel out of iota_view
ClosedPublic

Authored by philnik on Jan 10 2023, 6:46 PM.

Details

Summary

This makes it a lot easier to specialize traits types for it, like __segmented_iterator_traits.

Diff Detail

Event Timeline

philnik created this revision.Jan 10 2023, 6:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2023, 6:46 PM
philnik requested review of this revision.Jan 10 2023, 6:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2023, 6:46 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
var-const accepted this revision.Jan 10 2023, 7:43 PM
This revision is now accepted and ready to land.Jan 10 2023, 7:43 PM
philnik updated this revision to Diff 488322.Jan 11 2023, 11:59 AM

Try to fix CI

philnik updated this revision to Diff 490717.Jan 19 2023, 9:51 PM

Try to fix CI

This revision was landed with ongoing or failed builds.Jan 20 2023, 8:12 AM
This revision was automatically updated to reflect the committed changes.