Skip to content

Commit a654e66

Browse files
committed
[interop][SwiftToCxx] update disclaimer for reverse inteorp user guide
1 parent 0308404 commit a654e66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/CppInteroperability/UserGuide-CallingSwiftFromC++.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
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++.
44

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.
69

710
**NOTE:** This document does not go over the following Swift language features yet:
811

0 commit comments

Comments
 (0)