On 14/10/21 21:06, Nick Desaulniers wrote:
If we want to fix this, my vote is for casting to an int and updating the commentAt the least, I think bitwise operations should only be performed on unsigned types.
This is not a bitwise operation, it's a non-short-circuiting boolean operation. I'll apply Jim's suggestion.
Paolo