Menu

#88 Some test defines are evaluated

v6.0.1
open
nobody
None
5
2016-06-02
2016-06-02
No

I have an issue that with the default behavior, preprocessor deirectives such as

if !1

//Code

endif

or

if !0

endif

are evaluated. However, #if 0 or #if 1 are not evaluated. Is this a genuine bug or is there a way to suppress this behavior?

Discussion


Log in to post a comment.