This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 971225-egcs and virtual inheritance : ill implemented feature?


> From oliva@dcc.unicamp.br Fri Jan 16 07:42 MET 1998

> that's because, as required by the C++ Standard, the most derived
> class is responsible for initializing direct *and indirect* virtual
> base classes.  Even if other base classes provide initializers for
> virtual base classes, they are simply ignored.  If no initializer is
> given in the most derived class, the default constructor is used,
> which is the case in class xxx.
> 
> -- 
> Alexandre Oliva

	Thanx a lot Alexandre. Understood :)

Where can I find a printable version of the current standard ?

Regards, Max


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]