>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