Skip to content
Snippets Groups Projects
  • Richard Wackerbarth's avatar
    35afea1c
    Restore test · 35afea1c
    Richard Wackerbarth authored
    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
    35afea1c
    History
    Restore test
    Richard Wackerbarth authored
    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