description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Error C2592 | Compiler Error C2592 | 11/04/2016 |
|
| 833a4d7b-66ef-4d4c-ae83-a533c2b0eb07 |
'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
.