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
dynamic_cast, which possibly performs the so-called "runtime check", is allowed in constant evaluation since C++20 via P1327R1. Perhaps we should choose another phrase to describe such checks.