You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/cxx-interop/index.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1285,11 +1285,6 @@ The C++ caller of this function is responsible for releasing the object.
1285
1285
The `SWIFT_UNSAFE_REFERENCE` annotation macro has the same effect as `SWIFT_IMMORTAL_REFERENCE`
1286
1286
annotation macro. However, it communicates different semantics: the type is intended to be used unsafely, rather than living for the duration of the program.
1287
1287
1288
-
### Unique Reference Types
1289
-
1290
-
Unique reference types, such as types passed around by `std::unique_ptr` are
1291
-
not yet supported by Swift.
1292
-
1293
1288
## Using C++ Standard Library from Swift
1294
1289
1295
1290
This section describes how to import the C++ standard library, and how
0 commit comments