Re:cint5.13.29

=?ISO-2022-JP?B?GyRCOGVGIyEhQDU8IxsoQg==?= (MXJ02154@niftyserve.or.jp)
Tue, 21 Oct 1997 22:05:00 +0900


Dear Scott Snyder,
INET:snyder@d0sgif.fnal.gov

>Ok, i've successfully merged with 5.13.29.
>There were a few problems i ran into, though; following are some of the
>things i ended up changing.

Everything was as you pointed out. I changed everything now. The version
is 5.13.30.

Concerned about long template class ctor/dtor,
It is possible not to call ctor/dtor for static objects in a special
mode. Cint currently does it when -c-? option is given. What you
want looks quite similar to 'cint -c-1' operation.

About namespace,
Did you try newly implemented namespace capability? Now I handle
'namespace std' as special case which is identical to global scope.
The namespace implementation is only in a half way. You may find
problems.

Masaharu Goto