Intel® C++ Compiler 19.0 Developer Guide and Reference

Qcxx-features

Enables standard C++ features without disabling Microsoft features.

Syntax

Linux and macOS:

None

Windows:

/Qcxx-features

Arguments

None

Default

OFF

The compiler enables standard C++ features.

Description

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.

IDE Equivalent

None

Alternate Options

None