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
It depends on the reason for the dynamic_cast: If the cast is to test if an object is a kind of class, they shouldn't be changed. if the cast is meant to turn the object explicitly into a specific class, perhaps static_cast would fit better?
dynamic_cast
's shouldn't fail. Where they do, we need to add logging (or better, an assert)The text was updated successfully, but these errors were encountered: