Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR#2572 Changed this because of faulty Boolean Logic NOT(A OR (NOT B) OR (NOT C)) != (NOT A) AND ((NOT B) OR C)) Besides, the compiler should be smart enough to optimize this without help from the programmer
- Loading branch information