This is an archive of the discontinued LLVM Phabricator instance.

[libc++][ranges] Fix `iota_view`'s constructor's incorrect constraint
ClosedPublic

Authored by huixie90 on May 9 2023, 9:47 AM.

Details

Summary

One of the overload of the constructors should check Bound is not unreachable_sentinel_t, instead of the Start

Diff Detail

Event Timeline

huixie90 created this revision.May 9 2023, 9:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2023, 9:47 AM
huixie90 requested review of this revision.May 9 2023, 9:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2023, 9:47 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 10 2023, 9:15 AM
This revision is now accepted and ready to land.May 10 2023, 9:15 AM