Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
expected pragma parameter to be '1', '2', '4', '8', or '16'
Remarks
The pragma parameter does not have the required value (1, 2, 4, 8, or 16).
Example
The following example generates C4086:
// C4086.cpp
// compile with: /W1 /LD
#pragma pack( 3 ) // C4086