Dear Rene,
When I use the interpreter, i.e.
root [14] string s1("str1");
root [15] string s2("str2");
root [16] string s3( s1 + s2 );
Error: operator+ not defined for
basic_string<char,char_traits<char>,allocator<char> >
FILE:/tmp/02804qaa_cint LINE:1
*** Interpreter error recovered ***
root [17]
Therefore the string class of root is not the same as in the standard C++
library. Where can I find the definition of the root defined
class: string? Can one append with it?
Thank you, Isi Dunietz
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:33 MET