File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: bdaf2030934efcc1da68e109f22d18974de583fb
2
+ refs/heads/master: 3468368e89d303fdfa4844c5c219e5d906dca76f
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -3862,15 +3862,6 @@ extension ${Self} : _HasCustomAnyHashableRepresentation {
3862
3862
}
3863
3863
}
3864
3864
3865
-
3866
- // Create an ambiguity when indexing or slicing
3867
- // Range[OfStrideable]<${Self}> outside a generic context. See
3868
- // Range.swift for details.
3869
- extension ${ Self} {
3870
- public typealias _DisabledRangeIndex = ${ Self}
3871
- }
3872
-
3873
-
3874
3865
% for src_type in all_integer_types( word_bits) :
3875
3866
% srcBits = src_type. bits
3876
3867
% srcSigned = src_type. is_signed
Original file line number Diff line number Diff line change @@ -147,8 +147,6 @@ public protocol Strideable : Comparable {
147
147
after current: ( index: Int ? , value: Self ) ,
148
148
from start: Self , by distance: Self . Stride
149
149
) -> ( index: Int ? , value: Self )
150
-
151
- associatedtype _DisabledRangeIndex = Never
152
150
}
153
151
154
152
extension Strideable {
You can’t perform that action at this time.
0 commit comments