Skip to content

Commit ab810dd

Browse files
authored
Merge pull request #2456 from nate-chandler/bitwise-copyable-implemented
[BitwiseCopyable] Mark implemented.
2 parents e590112 + 947a74e commit ab810dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0426-bitwise-copyable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Proposal: [SE-0426](0426-bitwise-copyable.md)
44
* Authors: [Kavon Farvardin](https://github.com/kavon), [Guillaume Lessard](https://github.com/glessard), [Nate Chandler](https://github.com/nate-chandler), [Tim Kientzle](https://github.com/tbkka)
55
* Review Manager: [Tony Allevato](https://github.com/allevato)
6-
* Implementation: On `main` gated behind `-enable-experimental-feature BitwiseCopyable`
7-
* Status: **Accepted**
6+
* Implementation: in main branch of compiler (https://github.com/apple/swift/pull/73235)
7+
* Status: **Implemented (Swift 6.0)**
88
* Review: ([Pitch](https://forums.swift.org/t/pitch-bitwisecopyable-marker-protocol/69943)) ([First review](https://forums.swift.org/t/se-0426-bitwisecopyable/70479)) ([Returned for revision](https://forums.swift.org/t/returned-for-revision-se-0426-bitwisecopyable/70892)) ([Second review](https://forums.swift.org/t/se-0426-second-review-bitwisecopyable/71316)) ([Acceptance](https://forums.swift.org/t/accepted-se-0426-bitwisecopyable/71600))
99

1010
<!-- *During the review process, add the following fields as needed:*

0 commit comments

Comments
 (0)