autocxx
autocxx copied to clipboard
Base classes without member variables are ignored
Expected Behavior
Acknowledge the existence of base classes with no member variables. They may have member functions and/or special member functions.
Actual Behavior
bindgen fails to create the _base member which further analyses use to determine the existence of the superclass, so then everything else acts like the base class doesn't exist. This means it's part of #124.