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

Qvla

Determines whether variable length arrays are enabled.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

None

Windows:

/Qvla

/Qvla-

Arguments

None

Default

/Qvla-

Variable length arrays are disabled.

Description

This option determines whether variable length arrays (a C99 feature) are enabled.

To enable variable length arrays, you must specify /Qvla.

Alternate Options

None


Submit feedback on this help topic