RE:rootcint and defines

Masaharu Goto (MXJ02154@nifty.ne.jp)
Fri, 08 Jan 1999 22:20:19 +0900


Andrzej,

> I have found the reason the destructor was not provided in the
>examples below. I forgot to add public: before constructors and destructor
>prototypes. Is this obligatory?

I found a bug in my code which causes problem only in ROOT. Having private
destructor causes rootcint generated code a problem. This is fixed in
cint5.13.87.

Masaharu Goto