> 
> 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?

No I mean remove the Assert() and change

if (*s)

to

if (s && *s)

I already did this so, ... ;)

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna                      E-Mail: [EMAIL PROTECTED]
Gerbergasse 60                        Tel:    +39-0471-450260
I-39100 Bozen                         Fax:    +39-0471-970042
ITALY                                 Web:    http://www.sad.it/~jug

"Boy, life takes a long time to live."
                -- Steven Wright

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Reply via email to