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.
1 parent 8815307 commit fc20e9fCopy full SHA for fc20e9f
docs/UsersManual.md
@@ -345,11 +345,17 @@ Related passes:
345
346
## Limitations
347
348
-Support for these features is limited or only partial:
+Support for these features is limited:
349
350
- Exceptions
351
- RTTI
352
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
359
## Standard library support
360
361
The generator provides some built-in type maps for the most common C/C++
0 commit comments