You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't know what monomorphizations of the function exist (or will exist!) and we aren't a C++ compiler, so we can't generate new monomorphizations. We do have Generate bindings to explicitly instantiated function templates #492 open to generate bindings to explicitly instantiated templates.
I'm going to close this issue, since I think #492 covers all the actionable bits.
Input C/C++ Header
Bindgen Invocation
Actual Results
Expected Results
Destructor for Pointer is missing.
Same behaviour happens with ordinary c++ shared_ptr.
The text was updated successfully, but these errors were encountered: