Skip to content

Commit

Permalink
Update index.md (#546)
Browse files Browse the repository at this point in the history
Swift 5.9 is here. Updating the page to remove the comments about it being in development.
  • Loading branch information
timsneath authored Feb 16, 2024
1 parent 78bcb5a commit 7c6a2b9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions documentation/cxx-interop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirect_from:

## Introduction

A development version of Swift has support for bidirectional interoperability with C++.
C++ interoperability is a new feature in Swift 5.9.
A great variety of C++ APIs can be called directly from Swift, and select Swift APIs can be used from C++.

This document is the reference guide describing how to mix Swift and C++. It
Expand All @@ -23,12 +23,6 @@ how various C++ APIs can be used in Swift. It also describes how Swift APIs
get exposed to C++, and provides examples showing how the exposed Swift APIs
can be used from C++.

C++ interoperability is a new feature in the upcoming Swift 5.9 release.
A
pre-release Swift toolchain that supports C++ interoperability
can be downloaded on the
[Swift website](/download/#swift-59-development).

* * *

<div class="info" markdown="1">
Expand Down

0 comments on commit 7c6a2b9

Please sign in to comment.