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 should add an integration test (to integration_tests.rs) which has two structs or classes, each with methods.
If autocxx is behaving right, it will generate the receivers as self: &StructName and cxx will handle it right. If autocxx gets it wrong, they will both be generated as simply self and cxx will barf.