[This question is related to but not the same as this one.]
If I try to use values of certain types as boolean expressions, I get a warning. Rather than su
Alternatively, you can do this: bool b = (t != 0)
bool b = (t != 0)