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
- style question John Levon
- Re: style question Lars Gullik Bjønnes
- Re: style question John Levon
- Re: style question Henner Zeller
- Re: style question Andre Poenitz
- Re: style question Lars Gullik Bjønnes
- style question Andre Poenitz