Skip to content

Commit 72751e7

Browse files
authored
[SE-0447] Mark as implemented. (#2717)
1 parent 49347ed commit 72751e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/0447-span-access-shared-contiguous-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Proposal: [SE-0447](0447-span-access-shared-contiguous-storage.md)
44
* Authors: [Guillaume Lessard](https://github.com/glessard), [Michael Ilseman](https://github.com/milseman), [Andrew Trick](https://github.com/atrick)
55
* Review Manager: [Doug Gregor](https://github.com/DougGregor)
6-
* Status: **Accepted**
6+
* Status: **Implemented (Swift 6.2)**
77
* Roadmap: [BufferView Roadmap](https://forums.swift.org/t/66211)
88
* Bug: rdar://48132971, rdar://96837923
9-
* Implementation: https://github.com/swiftlang/swift/pull/76406
10-
* Review: ([pitch 1](https://forums.swift.org/t/69888))([pitch 2](https://forums.swift.org/t/72745))([review](https://forums.swift.org/t/se-0447-span-safe-access-to-contiguous-storage/74676))([acceptance](https://forums.swift.org/t/accepted-se-0447-span-safe-access-to-contiguous-storage/75508))
9+
* Implementation: [apple/swift#76406](https://github.com/swiftlang/swift/pull/76406)
10+
* Review: ([Pitch 1](https://forums.swift.org/t/69888))([Pitch 2](https://forums.swift.org/t/72745))([Review](https://forums.swift.org/t/se-0447-span-safe-access-to-contiguous-storage/74676))([Acceptance](https://forums.swift.org/t/accepted-se-0447-span-safe-access-to-contiguous-storage/75508))
1111

1212
## Introduction
1313

0 commit comments

Comments
 (0)