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 f1311f7 commit 9cca90cCopy full SHA for 9cca90c
stdlib/public/Synchronization/Atomics/WordPair.swift
@@ -183,9 +183,9 @@ extension WordPair: Hashable {
183
}
184
185
186
-@available(SwiftStdlib 6.2, *)
+@available(SwiftStdlib 6.1, *)
187
extension WordPair: Comparable {
188
- @available(SwiftStdlib 6.2, *)
+ @available(SwiftStdlib 6.1, *)
189
@_alwaysEmitIntoClient
190
@_transparent
191
public static func <(lhs: WordPair, rhs: WordPair) -> Bool {
0 commit comments