Intel® C++ Compiler 16.0 User and Reference Guide
Lets you specify ANSI C standard conformance for certain language features.
Linux and OS X: | None |
Windows: | /Zc:arg[,arg] |
arg |
Is the language feature for which you want standard conformance. Possible values are:
|
/Zc:forScope,wchar_t |
The compiler uses the standard behavior for initializers of for loops and it assumes that wchar_t is a native data type. |
This option lets you specify ANSI C standard conformance for certain language features.
If you do not want the default behavior for one or more of the settings, you must specify the negative form of the setting. For example, if you do not want the forScope or wchar_t default behavior, you should specify /Zc:forScope-,wchar_t-.
Visual Studio: Language > Treat wchar_t as Built-in Type / Force Conformance In For Loop Scope
Eclipse: None
Xcode: None
None