From 67afcbded5eaf9b0df44d4ee1ae0259e5b618a54 Mon Sep 17 00:00:00 2001 From: Zoe Carver Date: Thu, 8 Jun 2023 14:07:24 -0700 Subject: [PATCH] Add link to Swift.org documentation in InteropOddities.md --- docs/CppInteroperability/InteropOddities.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CppInteroperability/InteropOddities.md b/docs/CppInteroperability/InteropOddities.md index 51c8e6f5b8ff0..f6ba447e89f13 100644 --- a/docs/CppInteroperability/InteropOddities.md +++ b/docs/CppInteroperability/InteropOddities.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++ Interoperability Oddities C++ APIs may have slightly different behavior than other C++ APIs. This is a general catch-all document where these