[ROOT] Re: adding a template class in ROOT with cint

From: Benoit Revenu (revenu@cdf.in2p3.fr)
Date: Tue Feb 13 2001 - 11:47:52 MET


Thanks a lot, everything works fine.

There is a last problem when using cint : 
in the generated cintDict.cc file, the template class appear in one place
with a form leading to a compilation error :

cintDict.cc :
---------------------------------------
.
.
.
vector<Test<float>> ....
.                ^^
.                problem !
.
---------------------------------------
the problem is the >> ! The compiler doesn't know weither it is a >> as
cin or what I want !
I can solve this problem manually editing cintDict.cc but it is not very
elegant. Is their an automatic solution ?

thanks



This archive was generated by hypermail 2b29 : Fri Jun 08 2001 - 11:51:06 MEST