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
Using `-1` as the sentinel "not present" value for these weak symbols of
type `char` is not correct, as the standard makes no guarantee whether
`char` is signed or not; it is therefore possible for an implementation
to supply us with a type such that comparing the sentinels with `-1`
later is tautologically false.
0 commit comments