RE:Re: small problem with TString class

From: Masaharu Goto (MXJ02154@nifty.ne.jp)
Date: Wed Dec 09 1998 - 15:51:00 MET


Pasha and Fons,

> I don't know if I replied to this. In any case what is
>going on is that CINT calls for:
>
>TString q1 =3D q(0,10)

I guess '3D' is a garbage of character coding system. I took it as

  TString q1 = q(0,10);

>the copy ctor TString(const TString&) instead of
>TString(const TSubString&) while q(0,10) is a TSubString.
>
>It works when doing TString q1(q(0,10)). Here
>q(0,10) is seen as a TSubString.
>
>Masa, could this be fixed?

I tried the similar case and it worked. Looks like this is fixed already.
Let me know if not in comming version.

Masaharu Goto



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:40 MET