Skip to content

Commit 548f59a

Browse files
committed
[interop][docs] Clarify in the interop status that uncaught exceptions are UB
1 parent 79b9c55 commit 548f59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CppInteroperability/CppInteroperabilityStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This status table describes which of the following C++ language features can be
7777
| Global Variables | Yes |
7878
| Namespaces | Yes |
7979
| Inline Namespaces | Yes, with some known issues ([#58217](https://github.com/apple/swift/issues/58217)) |
80-
| Exceptions | No |
80+
| Exceptions | No. Uncaught exceptions that propagate into Swift frames are UB. |
8181
| Fields | Yes |
8282
| Member functions | Yes. Some value category overloads aren't imported |
8383
| Virtual Member Functions | No |

0 commit comments

Comments
 (0)