Compiler Error C2573

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Compiler Error C2573.

class' : cannot delete pointers to objects of this type; the class has no non-placement overload for 'operator delete'.

The class is missing a non-placement delete operator.

Show: