Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-24936A71-1B52-4480-B2EE-A6E21A14FF12
Visible to Intel only — GUID: GUID-24936A71-1B52-4480-B2EE-A6E21A14FF12
Wreorder
Tells the compiler to issue a warning when the order of member initializers does not match the order in which they must be executed.
Syntax
Linux: |
-Wreorder |
macOS: |
-Wreorder |
Windows: |
None |
Arguments
None
Default
OFF |
The compiler does not issue a warning. |
Description
This option tells the compiler to issue a warning when the order of member initializers does not match the order in which they must be executed. This option is supported for C++ only.
IDE Equivalent
Alternate Options
None