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
C style casts are error prone. Now that the codebase is C++, we should prevent anyone from adding new c style casts, and attempt to switch all existing casts to C++ style.