File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ This status table describes which of the following Swift language features have
196
196
| Generic functions | Partially, only without generic constraints |
197
197
| Generic methods | Partially, only without generic constraints |
198
198
| Generic ` struct ` types | Partially, only without generic constraints and less than 4 generic parameters |
199
- | Generic ` enum ` types | No |
199
+ | Generic ` enum ` types | Partially, only without generic constraints and less than 4 generic parameters |
200
200
| Generic ` class ` types | No |
201
201
202
202
### Swift standard library
@@ -206,4 +206,5 @@ This status table describes which of the following Swift standard library APIs h
206
206
| ** Swift Library Type** | ** Can be used from C++** |
207
207
| --------------------------------| ----------------------------------------------------------|
208
208
| ` String ` | Can be used as a type in C++. APIs in extensions are not exposed to C++ |
209
- | ` Array<T> ` | Can be used as a type in C++. APIs in extensions are not exposed to C++ |
209
+ | ` Array<T> ` | Can be used as a type in C++. Limited set of APIs in some extensions are exposed to C++. |
210
+ | ` Optional<T> ` | Can be used as a type in C++. APIs in extensions are not exposed to C++ |
You can’t perform that action at this time.
0 commit comments