-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Labels
cpp-featureC++ feature not yet supportedC++ feature not yet supported
Description
At the moment, we're not handling pointers which may be null. We're just converting any pointers that we discover into references.
We probably need to convert Foo* into Option<&Foo> rather than Foo. This will probably require cxx support first, and/or wrapper functions.
It's also not clear whether the information output from bindgen even distinguishes references from pointers enough for us to make this distinction. TBD.
Metadata
Metadata
Assignees
Labels
cpp-featureC++ feature not yet supportedC++ feature not yet supported