On 9 Mar 2001, Lars Gullik Bjønnes wrote:

> John Levon <[EMAIL PROTECTED]> writes:
> 
> | Why are people using :
> | 
> |     (*iterator).whatever
> | 
> | rather than :
> | 
> |     iterator->whatever
> | 
> | IMHO it's harder to type and read ...
> 
> gcc 2.7.2 did not support the -> operator for iterators.
> 
> but we can switch now.
> 
>         Lgb

I thought it might be an old thing, but I've seen recent new code doing
this. I suppose old habits die hard

thanks
john

-- 
"I try to keep an open mind, but not so open that my brains fall out."
        - Judge Harold T. Stone   

Reply via email to