"Arnd Hanses" <[EMAIL PROTECTED]> writes:

| I've seen often the double cast in the code: 
| 
|          LString foo = LString (bar);
| 
| What would be the best coding style in those cases?

LString foo(bar);

        Lgb

Reply via email to