commit | 08a6eb6e1f21aa15682e414e124d7ee1a51a39c7 | [log] [tgz] |
---|---|---|
author | Antoine Cœur <coeur@gmx.fr> | Mon Jul 08 18:42:09 2019 +0800 |
committer | James E. King III <jking@apache.org> | Mon Jul 08 06:42:09 2019 -0400 |
tree | 58a656c5d930ba5cc6879cc381ce807a8a2dc266 | |
parent | f9435643d758f9b08937399abe7f721ec7d65fcf [diff] [blame] |
THRIFT-4902: Swift 4 and 5 compatibility (#1827)
diff --git a/lib/swift/Sources/TSet.swift b/lib/swift/Sources/TSet.swift index 1ecd170..6891c11 100644 --- a/lib/swift/Sources/TSet.swift +++ b/lib/swift/Sources/TSet.swift
@@ -32,7 +32,7 @@ public typealias Indices = Storage.Indices public typealias Index = Storage.Index - public typealias IndexDistance = Storage.IndexDistance + public typealias IndexDistance = Int public typealias SubSequence = Storage.SubSequence