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

fnon-lvalue-assign

Determines whether casts and conditional expressions can be used as lvalues.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-fnon-lvalue-assign

-fno-non-lvalue-assign

Windows:

None

Arguments

None

Default

-fnon-lvalue-assign

The compiler allows casts and conditional expressions to be used as lvalues.

Description

This option determines whether casts and conditional expressions can be used as lvalues.

Alternate Options

None


Submit feedback on this help topic