Different version, latest ROOT vs CINT

Masaharu Goto (gotom@hpyiddq.jpn.hp.com)
Tue, 29 Jul 1997 10:52:15 JST


Rooters,

I believe Fons exposed ROOT 1.02/?? and CINT 5.13.20. (If not, I'm
sorry forget about this message. Have a good vacation Fons.) I'd like
to call your attention that they have different version of CINT C++
interpreter. ROOT 1.02 must have a bit older version. The latest
bug fix is only included in CINT 5.13.19.
To check out the detail, download cint source package , open
src/HISTORY file and search string "5.13.19". You can find enhancement
history there.

P.S.
Right now, I'm working to implement namespace. It turned out namespace
implementation is not very difficult considering it as a special kind
of struct which only has static member.

Masaharu Goto