swig
swig copied to clipboard
handle multiple inheritance of functions
matlab chokes when two super classes define the same (virtual) function, but the class itself hasn't defined it. demo code in https://github.com/jaeandersson/swig/pull/4
It's ambiguous, no? Why would you want support this?