Skip to content

Commit 4fe20a8

Browse files
authored
Merge pull request #66472 from apple/zoecarver-patch-2
Add link to Swift.org documentation in UserManual.md
2 parents f9bd1a5 + 7543ad4 commit 4fe20a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/CppInteroperability/UserManual.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
# C++ Interop User Manual
24

35
The following document explains how C++ APIs are imported into Swift and is targeted at users of C++ interoperability. Hopefully this document will help you understand why the compiler cannot import various APIs and help you update these APIs to be useable from Swift. First, the document will lay out some API patterns and definitions, then it will discuss how the Swift compiler decides if an API should be usable in Swift.

0 commit comments

Comments
 (0)