Portable range check for *cursor_ value. (#4582)
Avoids the following compile error when char is unsigned: error: comparison of unsigned expression >= 0 is always true [-Werror,-Wtautological-unsigned-zero-compare]
Loading
Please register or sign in to comment