swig icon indicating copy to clipboard operation
swig copied to clipboard

handle multiple inheritance of functions

Open tesch1 opened this issue 10 years ago • 1 comments

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

tesch1 avatar Nov 26 '14 14:11 tesch1

It's ambiguous, no? Why would you want support this?

jaeandersson avatar Sep 12 '15 15:09 jaeandersson