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 22d5acd commit 8500d0cCopy full SHA for 8500d0c
stdlib/public/Synchronization/Atomics/WordPair.swift
@@ -190,7 +190,7 @@ extension WordPair: Comparable {
190
@available(SwiftStdlib 6.0, *)
191
@_alwaysEmitIntoClient
192
@_transparent
193
- public func <(lhs: WordPair, rhs: WordPair) -> Bool {
+ public static func <(lhs: WordPair, rhs: WordPair) -> Bool {
194
if lhs.first != rhs.first {
195
return lhs.first < rhs.first
196
} else {
0 commit comments