Compiler Warning (level 1) C4939
Visual Studio 2005
Error Message
#pragma vtordisp is deprecated and will be removed in a future release of Visual C++The vtordisp pragma will be removed in a future release of Visual C++.
Example
The following sample generates C4939.
// C4939.cpp // compile with: /c /W1 #pragma vtordisp(off) // C4939