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
Objc support is known-WIP. But type-erasing this or generating the generics should be easy, it'd be just a matter of figuring out how clang exposes them on the AST and hooking them up to the rest of template parameter infrastructure we have in src/ir/analysis.
Input C/C++ Header
Bindgen Invocation
Actual Results
Expected Results
At a minimum we should erase the generics. Even better we could convert them to rust generics.
Proper support for this is needed for running bindgen on the mac system headers.
The text was updated successfully, but these errors were encountered: