Controls the use of ANSI/ISO keywords.
Compatibility:This pragma is compatible with the following platform targets:
#pragma only_std_keywords on | off | reset
Remarks:
The C/C++ compiler recognizes additional reserved keywords. If you're writing code that must follow the ANSI standard strictly, turn on the pragma only_std_keywords. For more information, see "ANSI Keywords Only."
This pragma corresponds to the ANSI Keywords Only option in the C/C++ Language Panel. To check whether this option is on, use __option (only_std_keywords), described in "Checking Options."