RE:Re: virtual base classes in CINT

Masaharu Goto (MXJ02154@nifty.ne.jp)
Thu, 18 Feb 1999 19:53:28 +0900


Wouter,

Virtual multiple inheritance is supported in bare CINT. So, if you use makecin
t
instead of rootcint, it can be accomplished. Drawback is that you can not use
ROOT classes.

Rene and Fons,
Do you have comments on virtual multiple inheritance support?

Masaharu Goto

-------------------------------------------------------------------------
Dear all,
Such a coincidence: just today I tried to get a set of classes into CINT and
stumbled on the same problem: I use quite a lot of multiple virtual inheritanc
e,because it is a nice way to seperate interface and implementation. However,
whencompiling the dictionairy I get errors which indeed seem to have something
to dowith the virtual inheritance. Is there any chance that this mechanism ge
ts
supported in the (really) near future ?
Thanks, regards,
Wouter