Skip to content

Commit 6ddfd15

Browse files
authored
[Docs] Conditional conformances are implemented. (#26359)
Update Generics Manifesto to mark conditional conformances implemented.
1 parent 6d0d060 commit 6ddfd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GenericsManifesto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Unlike the minor extensions, major extensions to the generics model provide more
283283

284284
### Conditional conformances (*)
285285

286-
*This feature has been accepted in [SE-0143](https://github.com/apple/swift-evolution/blob/master/proposals/0143-conditional-conformances.md) and is under development.*
286+
*This feature has been accepted in [SE-0143](https://github.com/apple/swift-evolution/blob/master/proposals/0143-conditional-conformances.md) and is implemented in Swift 4.2.*
287287

288288
Conditional conformances express the notion that a generic type will conform to a particular protocol only under certain circumstances. For example, `Array` is `Equatable` only when its elements are `Equatable`:
289289

0 commit comments

Comments
 (0)