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
Left shifting a negative base is undefined behavior until C++20,
cast to unsigned where it becomes implementation defined already
in earlier standards and works in practice because hardware uses
two's complement.
Fixes#8503
0 commit comments