File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
documentation/cxx-interop/status Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -230,16 +230,14 @@ header.
230230
231231### Swift Structures Supported by C++
232232
233- Swift can generate C++ representation for most top-level Swift structures. The
234- following Swift structures are not yet supported:
233+ Swift can generate C++ representation for most Swift structures. The following
234+ Swift structures are not yet supported:
235235
236236- Zero-sized structures that don't have any stored properties
237237- Non-copyable structures
238238- Generic structures with generic constraints, or with more than three generic
239239 parameters, or that have variadic generics
240240
241- Swift currently does not expose nested structures to C++.
242-
243241### Swift Classes and Actors Supported by C++
244242
245243Swift can generate C++ representation for most top-level Swift classes and
@@ -248,8 +246,6 @@ following Swift classes are not yet supported:
248246
249247- Generic classes and actors
250248
251- Swift currently does not expose nested classes and actors to C++.
252-
253249### Swift Enumerations Supported by C++
254250
255251Swift can generate C++ representation for most top-level Swift enumerations
You can’t perform that action at this time.
0 commit comments