Command-Line Options for Standard C++ Conformance
This chapter explains the following command-line options for standard C++ conformance:
-ARM
Deprecated. Use -for_scoping instead.
-bool
Controls the use of true and false keywords for the C++ bool data type.
-Cpp_exceptions
Controls the use of C++ exceptions.
-dialect
Specifies the source language.
-for_scoping
Controls legacy scope behavior in for loops.
-instmgr
Controls whether the instance manager for templates is active.
-iso_templates
Controls whether the ISO/IEC 14882:2003 standard C++ template parser is active.
-RTTI
Controls the availability of runtime type information (RTTI).
-som
Obsolete. This option is no longer available.
-som_env_check
Obsolete. This option is no longer available.
-wchar_t
Controls the use of the wchar_t data type in C++ source code.