Intel® C++ Compiler XE 13.1 User and Reference Guides

GR

Enables or disables C++ Run Time Type Information (RTTI).

IDE Equivalent

Windows: Language > Enable Run-Time Type Information (VS 2010)

Language > Enable Run-Time Type Info (VS 2008)

Linux: None

OS X: None

Architectures

All

Syntax

Linux and OS X:

None

Windows:

/GR

/GR-

Arguments

None

Default

/GR

C++ Run Time Type Information (RTTI) is enabled.

Description

This option enables or disables C++ Run Time Type Information (RTTI).

To disable C++ Run Time Type Information (RTTI), specify option /GR-.

Alternate Options

None


Submit feedback on this help topic