>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:

>>
Juergen> I think this should be removed and there should be a check in
Juergen> the constructor which just does not initialize if the pointer
Juergen> is a 0 pointer!
>>  You mean initialize to empty?

Juergen> No I mean remove the Assert() and change

Juergen> if (*s)

Juergen> to

Juergen> if (s && *s)

Juergen> I already did this so, ... ;)

OK, it looks reasonable.

JMarc

Reply via email to