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