Skip to content

Commit 7bd79f1

Browse files
committed
Merge pull request #55 from open-swift/snapshot-5-3
snapshot 05-03
2 parents ba61d25 + 009dbde commit 7bd79f1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DEVELOPMENT-SNAPSHOT-2016-04-25-a
1+
swift-DEVELOPMENT-SNAPSHOT-2016-05-03-a

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import PackageDescription
33
let package = Package(
44
name: "S4",
55
dependencies: [
6-
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 6),
6+
.Package(url: "https://github.com/open-swift/C7.git", majorVersion: 0, minor: 7),
77
]
88
)

Sources/Header.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ extension Header: RangeReplaceableCollection, MutableCollection {
4949
return values.endIndex
5050
}
5151

52+
public func index(after i: Int) -> Int {
53+
return i + 1
54+
}
55+
5256
public subscript(index: Int) -> String {
5357
get {
5458
return values[index]

0 commit comments

Comments
 (0)