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
As it turns out, specially for char, the following is true:
char != unsigned char
char != signed char
Which is surprising to me. I hope that this is compatible with
other compilers, otherwise this change will need some secondary
patching.
0 commit comments