[2377] Keep a boolean variable for option
The option would be used often. While the produced code would probably be the same, because the compiler can see it's equivalent, this is more convenient to use.
Please register or sign in to comment
The option would be used often. While the produced code would probably be the same, because the compiler can see it's equivalent, this is more convenient to use.