How do data members get aligned / ordered if inheritance / multiple inheritance is used? Is this compiler specific?
Is there a way to specify in a derived class how
It is compiler specific.
Edit: basically it comes down to where the virtual table is placed and that can be different depending on which compiler is used.