From 7543ad42679d84e4e7a0a2ac069ff290261bcd1c Mon Sep 17 00:00:00 2001 From: Zoe Carver Date: Thu, 8 Jun 2023 14:07:09 -0700 Subject: [PATCH] Add link to Swift.org documentation in UserManual.md --- docs/CppInteroperability/UserManual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CppInteroperability/UserManual.md b/docs/CppInteroperability/UserManual.md index b718aeadc53a1..a9afdc6ccd7d0 100644 --- a/docs/CppInteroperability/UserManual.md +++ b/docs/CppInteroperability/UserManual.md @@ -1,3 +1,5 @@ +[** ‼️ 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/) + # C++ Interop User Manual 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.