Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to emulate Microsoft compatibility bugs.
Linux and OS X: | None |
Windows: | /Qmsn |
n |
Possible values are:
|
/Qms1 |
The compiler emulates most Microsoft compatibility bugs. |
This option tells the compiler to emulate Microsoft compatibility bugs.
When using /Qms0, your program may not compile if it depends on Microsoft headers with compatibility bugs that are disabled with this option. Use /Qms1 if your compilation fails.
None