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
I am not certain which modes yet, but since std::unreachable invokes UB and we want to catch UB, it would make sense to guarantee a trap there when we are in some hardening modes (e.g. certainly in the debug mode).
The text was updated successfully, but these errors were encountered:
I am not certain which modes yet, but since
std::unreachable
invokes UB and we want to catch UB, it would make sense to guarantee a trap there when we are in some hardening modes (e.g. certainly in the debug mode).The text was updated successfully, but these errors were encountered: