Intel® C++ Compiler 19.0 Developer Guide and Reference

fno-gnu-keywords

Tells the compiler to not recognize typeof as a keyword.

Syntax

Linux and macOS:

-fno-gnu-keywords

Windows:

None

Arguments

None

Default

OFF

Keyword typeof is recognized.

Description

Tells the compiler to not recognize typeof as a keyword.

IDE Equivalent

None

Alternate Options

None