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
Unchecked blocks can be used to write reinterpret_cast, which can cast an unsafe function to a safe one and call it. Thus there's no real difference between an unchecked block and an unsafe block. So I propose removing unchecked from the language.