Skip to content

Commit 91f7ea1

Browse files
authored
Merge pull request #62413 from hyp/eng/uncaught-exc-ub-docs
[interop][docs] Clarify in the interop status that uncaught exception…
2 parents 7832de0 + 548f59a commit 91f7ea1

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)