Expand Minimize
This topic has not yet been rated - Rate this topic

Compiler Warning (level 1) C4939

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
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.