RE:Re: small problem with TString class

Masaharu Goto (MXJ02154@nifty.ne.jp)
Wed, 09 Dec 1998 23:51:00 +0900


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