[ROOT] string

From: Isard_Dunietz (dunietz@fnal.gov)
Date: Sun Jan 14 2001 - 07:11:39 MET


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 : Fri Jun 08 2001 - 11:50:53 MEST