Intel® C++ Compiler XE 13.1 User and Reference Guides
Enables standard C++ features without disabling Microsoft features.
All
Linux and OS X: | None |
Windows: | /Qcxx-features |
None
OFF |
The compiler enables standard C++ features. |
This option enables standard C++ features without disabling Microsoft features within the bounds of what is provided in the Microsoft headers and libraries.
This option has the same effect as specifying /EHsc /GR.
None