Skip to content

Commit 3c819c3

Browse files
authored
Merge pull request swiftlang#66467 from apple/zoecarver-patch-1
Add link to Swift.org documentation in UserGuide-CallingSwiftFromC++.md
2 parents 292e288 + 2ab1707 commit 3c819c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/CppInteroperability/UserGuide-CallingSwiftFromC++.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[** ‼️ The official C++ interoperability documentation is live at Swift.org and provides an up-to-date guide for mixing Swift and C++ ‼️ **](https://www.swift.org/documentation/cxx-interop/)
2+
13
# Guide: Calling Swift APIs from C++
24

35
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++.

0 commit comments

Comments
 (0)