This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Rename take_while_view::__sentinel to __take_while_view_sentinel
ClosedPublic

Authored by philnik on Jan 20 2023, 11:35 PM.

Details

Summary

This makes it easier to specialize traits classes, like __segmented_iterator_traits.

Diff Detail

Event Timeline

philnik created this revision.Jan 20 2023, 11:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2023, 11:35 PM
philnik requested review of this revision.Jan 20 2023, 11:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2023, 11:35 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
var-const accepted this revision.Jan 21 2023, 7:50 PM

Thanks!

This revision is now accepted and ready to land.Jan 21 2023, 7:50 PM
This revision was landed with ongoing or failed builds.Jan 21 2023, 10:44 PM
This revision was automatically updated to reflect the committed changes.