We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b5bbf commit c36cb57Copy full SHA for c36cb57
stdlib/public/core/HashedCollections.swift.gyb
@@ -5507,9 +5507,9 @@ extension ${Self}.Index {
5507
#if _runtime(_ObjC)
5508
case (._cocoa(let lhsCocoa), ._cocoa(let rhsCocoa)):
5509
return lhsCocoa == rhsCocoa
5510
- #endif
5511
default:
5512
_preconditionFailure("comparing indexes from different sets")
+ #endif
5513
}
5514
5515
@@ -5527,9 +5527,9 @@ extension ${Self}.Index {
5527
5528
5529
return lhsCocoa < rhsCocoa
5530
5531
5532
5533
5534
5535
0 commit comments