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 6143e7e commit 259270eCopy full SHA for 259270e
Sources/SemanticVersion/SemanticVersion.swift
@@ -132,7 +132,7 @@ extension Array: @retroactive Comparable where Element == SemanticVersion.PreRel
132
}
133
134
#else
135
-extension Array: @retroactive Comparable where Element == SemanticVersion.PreReleaseIdentifier {
+extension Array: Comparable where Element == SemanticVersion.PreReleaseIdentifier {
136
public static func < (lhs: Self, rhs: Self) -> Bool {
137
// Per section 11.4 of the semver spec, compare left to right until a
138
// difference is found.
0 commit comments