संपादन करना

के माध्यम से साझा करें


Compiler Error C2573

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

Remarks

The class is missing a non-placement delete operator.