[stdlib] location/formLocation => index/formIndex

This commit is contained in:
Dave Abrahams
2016-04-26 17:46:16 -07:00
parent debde16e2c
commit 9bee5d182f
171 changed files with 1238 additions and 1238 deletions

View File

@@ -1511,7 +1511,7 @@ internal struct _InitializeMemoryFromCollection<
var q = newValues.startIndex
for _ in 0..<count {
p.initialize(with: newValues[q])
newValues.formLocation(after: &q)
newValues.formIndex(after: &q)
p += 1
}
_expectEnd(q, newValues)