Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 541 Bytes

compiler-error-c2592.md

File metadata and controls

13 lines (11 loc) · 541 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Error C2592
Compiler Error C2592
11/04/2016
C2592
C2592
833a4d7b-66ef-4d4c-ae83-a533c2b0eb07

Compiler Error C2592

'class': 'base_class_2' is inherited from 'base_class_1' and cannot be re-specified

You can only specify base classes that do not inherit from other base classes. In this case, only base_class_1 is needed in the specification of class because base_class_1 already inherits base_class_2.