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
Currently we only catch by exact type. But we cannot catch by parent class. We can leverage GCC's __do_downcast() or roll our own. For simplicity we should see if we can call that API using the extern keyword. That way we can prove it works.