We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7832de0 + 548f59a commit 91f7ea1Copy full SHA for 91f7ea1
docs/CppInteroperability/CppInteroperabilityStatus.md
@@ -77,7 +77,7 @@ This status table describes which of the following C++ language features can be
77
| Global Variables | Yes |
78
| Namespaces | Yes |
79
| Inline Namespaces | Yes, with some known issues ([#58217](https://github.com/apple/swift/issues/58217)) |
80
-| Exceptions | No |
+| Exceptions | No. Uncaught exceptions that propagate into Swift frames are UB. |
81
| Fields | Yes |
82
| Member functions | Yes. Some value category overloads aren't imported |
83
| Virtual Member Functions | No |
0 commit comments