Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!uc!noc.MR.NET!msi.umn.edu!umeecs!umich!samsung!zaphod.mps.ohio-state.edu!uwm.edu!bionet!synoptics!unix!hplabs!hpda!hpcupt1!jamiller From: jamiller@hpcupt1.cup.hp.com (Jim Miller) Newsgroups: comp.lang.c++ Subject: Re: Multiple inheritance with virtual bases Message-ID: <7050032@hpcupt1.cup.hp.com> Date: 24 Oct 90 18:02:11 GMT References: Organization: Hewlett Packard, Cupertino Lines: 19 IMHO: the 2K size is a bug. E&S's ARM, 10.1: " class V { /* ... */ }; class A : virtual public V { /* ... */ }; class B : virtual public V { /* ... */ }; class C : public A, public B { /* ... */ }; Here class C has only one sub-object of class V. " jim miller jamiller@hpmpeb7.cup.hp.com (a.k.a James A. Miller; Jim the JAM; stupid; @!?$$!; ... ) Anything I say will be used against me ... But my company doesn't know or approve or condone anything of mine here.