Files
swift-mirror/include/swift/Basic/Range.h
Dan Zheng eaad4fc780 Mark IntRange::iterator::operator{==,!=} as const. (#28390)
`IntRange::iterator::operator==` must be marked as `const` in order to use
`OptionalTransformRange<IntRange<...>, ...>::empty` under specific conditions.
2019-11-20 18:24:38 -08:00

7.3 KiB