Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-5BAF1157-4316-4C16-9680-F964C8C1BE13
Visible to Intel only — GUID: GUID-5BAF1157-4316-4C16-9680-F964C8C1BE13
GR
Enables or disables C++ Runtime Type Information (RTTI).
Syntax
Linux: |
None |
Windows: |
/GR /GR- |
Arguments
None
Default
/GR |
C++ Runtime Type Information (RTTI) is enabled. |
Description
This option enables or disables C++ Runtime Type Information (RTTI).
To disable C++ Runtime Type Information (RTTI), specify option /GR-.
IDE Equivalent
Visual Studio: Language > Enable Run-Time Type Information
Eclipse: None
Alternate Options
None