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
fixed virtual and hidden members to properly override base methods
C++ requires "using base::member;" when a method is overloaded but another version is called from a base class.