-bool

Controls the use of true and false keywords for the C++ bool data type.

Syntax
  -bool on | off  
Remarks

When on, the compiler recognizes the true and false keywords in expressions of type bool. When off, the compiler does not recognizes the keywords, forcing the source code to provide definitions for these names. The default is on.