Skip to content

Commit 9818950

Browse files
committed
[cxx-interop] Document nested struct support
1 parent cb8b6f9 commit 9818950

File tree

1 file changed

+2
-6
lines changed
  • documentation/cxx-interop/status

1 file changed

+2
-6
lines changed

documentation/cxx-interop/status/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

245243
Swift 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

255251
Swift can generate C++ representation for most top-level Swift enumerations

0 commit comments

Comments
 (0)