Concerning ANSI C++ RTTI. The standard RTTI is very limited and does
not provide much more than the name of the class to which an object
belongs. There is no information about base classes, data members,
member functions, etc. so it can not really serve as replacement for
the current ROOT dictionaries.
What we probably will start introducing over time (when available
everywhere) is C++ exception handling.
Cheers, Fons.
Christoph Borgmeier wrote:
>
> Hello,
>
> that is the runtime type information of egcs. To get g++ compatible
> libraries, you need the compile option -fno-rtti and maybe
> -fno-exceptions.
>
> Have you thought about rebuilding the ROOT rtti on top of the standard
> C++ rtti or do you use other features of the compiler, which is
> already much closer to the standard than gcc 2.7?
>
> Christoph
-- Org: CERN, European Laboratory for Particle Physics. Mail: 1211 Geneve 23, Switzerland Phone: +41 22 7679248 E-Mail: Fons.Rademakers@cern.ch Fax: +41 22 7677910