Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to issue a warning when the order of member initializers does not match the order in which they must be executed.
Linux and OS X: | -Wreorder |
Windows: | None |
None
OFF |
The compiler does not issue a warning. |
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.
None