Skip to content

Commit b872861

Browse files
authored
Accept SE-0437
1 parent 433548a commit b872861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0437-noncopyable-stdlib-primitives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* Proposal: [SE-0437](0437-noncopyable-stdlib-primitives.md)
44
* Authors: [Karoy Lorentey](https://github.com/lorentey)
55
* Review Manager: [John McCall](https://github.com/rjmccall)
6-
* Status: **Active review (May 22nd...June 4th, 2024)**
6+
* Status: **Accepted**
77
* Roadmap: [Improving Swift performance predictability: ARC improvements and ownership control][Roadmap]
88
* Implementation:
99
- The type/function generalizations are (provisionally) already present on main and release/6.0.
1010
- The proposed API additions are implemented by PRs [#73807](https://github.com/apple/swift/pull/73807) (main) and [#73810](https://github.com/apple/swift/pull/73810) (release/6.0).
11-
* Review: ([pitch](https://forums.swift.org/t/pitch-noncopyable-standard-library-primitives/71566)) ([review](https://forums.swift.org/t/se-0437-generalizing-standard-library-primitives-for-non-copyable-types/72020))
11+
* Review: ([pitch](https://forums.swift.org/t/pitch-noncopyable-standard-library-primitives/71566)) ([review](https://forums.swift.org/t/se-0437-generalizing-standard-library-primitives-for-non-copyable-types/72020)) ([acceptance](https://forums.swift.org/t/accepted-se-0437-generalizing-standard-library-primitives-for-non-copyable-types/72275))
1212

1313
[Roadmap]: https://forums.swift.org/t/a-roadmap-for-improving-swift-performance-predictability-arc-improvements-and-ownership-control/54206
1414

0 commit comments

Comments
 (0)