Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 572 Bytes

compiler-warning-level-4-c4513.md

File metadata and controls

13 lines (11 loc) · 572 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 4) C4513
Compiler Warning (level 4) C4513
11/04/2016
C4513
C4513
6877334a-f30a-4184-9483-dac3348737a4

Compiler Warning (level 4) C4513

'class' : destructor could not be generated

The compiler cannot generate a default destructor for the given class; no destructor was created. The destructor is in a base class that is not accessible to the derived class. If the base class has a private destructor, make it public or protected.