fix loop underflow check
The underflow check discussed in the prior commit was being done on raw values, which in many cases involves converting a signed comparison to an unsigned comparison. Additionally the comparison operator was incorrect in this reverse iteration case. Github: closes #211 “for loop underflow check incorrect?”
parent
27a9f27f
Please register or sign in to comment