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
Hello,
I am using bindgen to generate code from C++ headers and if i disable name mangling the resulting link_name for functions just become function_name, but the library symbols are of form someprefix_classname_function_name. I am assuming it's a bit of namespace issue. Is there any way to achieve this?