compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
37 stars 20 forks source link

Add test to check base virtual method call #111

Closed sudo-panda closed 11 months ago

sudo-panda commented 12 months ago

When using a derived class object with a base class virtual method the derived class virtual method is being called.

cc: @vgvassilev

vgvassilev commented 11 months ago

As discussed in the last meeting we had to do some renaming. GitHub decided to close this PR probably because we rewrote our history. Can you reopen the PR against the new version of main?