
please wait
|
|
|
|
In my understanding virtual inheritance can be used to guide the construction of an object according to the inheritance itself, meaning that I'm surprised to see the call to the ctor and dtor of A when using virtual inheritance in the second example. What I'm doing wrong and what are the practical aspect of virtual inheritance ? |