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: docs/CppInteroperability/UserGuide-CallingSwiftFromC++.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,10 @@
2
2
3
3
A Swift library author might want to expose their interface to C++, to allow a C++ codebase to interoperate with the Swift library. This document describes how this can be accomplished, by first describing how Swift can expose its interface to C++, and then going into the details on how to use Swift APIs from C++.
4
4
5
-
**NOTE:** This is a work-in-progress, living guide document for how Swift APIs can be imported and used from C++.
5
+
6
+
**NOTE:** This is a work-in-progress, living guide document for how Swift APIs can be imported and used from C++. This document reflects the current state of the experimental design, and it will evolve over time
7
+
as this feature will go through Swift's evolution process. This document does not specify the final target
8
+
design for the Swift to C++ interoperability layer.
6
9
7
10
**NOTE:** This document does not go over the following Swift language features yet:
0 commit comments