Chyba kompilátoru C2292
"identifikátor": nejlepší věc dědičnosti reprezentace: deklarované ale vyžaduje representation2 representation1
Kompilace následující kód s /vmb ("nejlepší vždy" reprezentace) způsobí, že C2292.
// C2292.cpp
// compile with: /vmb
class __single_inheritance X;
struct A { };
struct B { };
struct X : A, B { }; // C2292, X uses multiple inheritance