Changes between Version 1 and Version 2 of Ticket #10814, comment 19


Ignore:
Timestamp:
11/23/18 02:01:08 (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10814, comment 19

    v1 v2  
    2121  * Wrapping a void func in a bitwise OR ensures that however it compiles, it will evaluate to non-zero.
    2222  * If things don't explode when you do SetNowSeen(null), an OR wrapper would stop that zero from leaking to wreck the if block.
     23    * EDIT: No, the boundary tests on a null would explode.
    2324\\
    2425\\