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
The current implementation for std::any, std::optional, and std::variant
throws exceptions. This behaviour is inconsistent to runtime checked
as() for signed/unsigned integral cast.
This implementation allows to setup one approch for type_safety issues.
Current behaviour is to terminate but it can be changed to e.g. throwing exception.
0 commit comments