컴파일러 오류 C2292
'identifier': 최상의 대/소문자 상속 표현: 'representation1'이 선언되었지만 'representation2'가 필요합니다.
/vmb("Best-case always" 표현)를 사용하여 다음 코드를 컴파일하면 C2292가 발생합니다.
// C2292.cpp
// compile with: /vmb
class __single_inheritance X;
struct A { };
struct B { };
struct X : A, B { }; // C2292, X uses multiple inheritance