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

Reply via email to