RE:[Fwd: [ROOT] Strings again]

From: Masaharu Goto (MXJ02154@nifty.ne.jp)
Date: Sat Nov 10 2001 - 14:30:23 MET


Hello Fons,

It turned out operator??(const string&,const string&) are 
not precompiled at all by my mistake. I'll fix this in next
release.

Thank you
Masaharu Goto


>Date: Thu, 08 Nov 2001 11:32:28 +0100
>From: Fons Rademakers <Fons.Rademakers@cern.ch>
>To: Masaharu Goto <MXJ02154@niftyserve.or.jp>
>Cc: Rene Brun <Rene.Brun@cern.ch>
>Subject: [Fwd: [ROOT] Strings again]
>
>Hi Masa,
>
>  can you check?
>
>-- Fons
>
>
>
>-- 
>Org:    CERN, European Laboratory for Particle Physics.
>Mail:   1211 Geneve 23, Switzerland
>E-Mail: Fons.Rademakers@cern.ch              Phone: +41 22 7679248
>WWW:    http://root.cern.ch/~rdm/            Fax:   +41 22 7679480
>-----------------------------------------------------------------------------
-
--
>Date: Thu, 08 Nov 2001 11:25:48 +0100
>From: Agnes Lundborg <agnes.lundborg@cern.ch>
>To: "roottalk@pcroot.cern.ch" <roottalk@pcroot.cern.ch>
>Subject: [ROOT] Strings again
>
>Hi
>
>I am looking through the material on strings used in root. Is this
>problem fixed or not, are strings useable? I've tried the suggestion to
>comment out the line 2406 in root/cint/stl/bstring.h about typedefs but
>that did not change things. I would like to concatenate strings and to
>obstract an integer from part of the string specified by the place in
>the string. This does not work with normal string operations such as
>
>string a("test123");
>string b("test456");
>string c=a+b;
>
>Here root hangs.
>
>or
>
>string c=a(4,3);
>
>Then root looks for the function a and not the string.
>How should I go about this?
>Agnes
>



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:07 MET