Skip to content

Commit fc20e9f

Browse files
authored
Clarify limitations around exceptions and RTTI.
1 parent 8815307 commit fc20e9f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/UsersManual.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,17 @@ Related passes:
345345

346346
## Limitations
347347

348-
Support for these features is limited or only partial:
348+
Support for these features is limited:
349349

350350
- Exceptions
351351
- RTTI
352352

353+
They are supported and taken into account by the C++ parser for bindings generation,
354+
but there is currently no way to catch C++ exceptions from C#.
355+
356+
There is also no way to check RTTI type information for a specific type from C#,
357+
but not an issue in practice since C# itself provides this via `GetType()`.
358+
353359
## Standard library support
354360

355361
The generator provides some built-in type maps for the most common C/C++

0 commit comments

Comments
 (0)