[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
bool

Description:
Controls if bool, true, and false are treated as keywords or not.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma bool on | off | reset
Remarks:
When this pragma is on, you can use the standard C++ bool type to represent true and false. Turn this pragma off if recognizing bool, true, or false as keywords would cause problems in your program.
This pragma corresponds to the Enable bool Support option in the C/C++ Language Panel, described in "Using the bool Type." To check whether this option is on, use __option(bool), described in "Checking Options." By default, this option is off.
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 17, 2000