Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
[ emitidl( pop ) ] : more pops than pushes
Remarks
The emitidl attribute was popped one more time that it was pushed.
Example
The following example generates C4690. To fix this issue, make sure the attribute is popped exactly as many times as it is pushed.
// C4690.cpp
// compile with: /c /W4
[emitidl(pop)]; // C4690
class x {};