Intel® C++ Compiler 16.0 User and Reference Guide

fno-gnu-keywords

Tells the compiler to not recognize typeof as a keyword.

Syntax

Linux and OS X:

-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