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
This test defines a virtual class and its trampoline class and a simple struct
that is used to pass the instance of this class around as shared_ptr.
When passed in the container struct the connection to the dervived class is lost
and calling the virtual method throws: RuntimeError: Tried to call pure virtual
function "VirtualItem::get".
0 commit comments