Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether casts and conditional expressions can be used as lvalues.
Linux and OS X: | -fnon-lvalue-assign -fno-non-lvalue-assign |
Windows: | None |
None
-fnon-lvalue-assign |
The compiler allows casts and conditional expressions to be used as lvalues. |
This option determines whether casts and conditional expressions can be used as lvalues.
None