On Tuesday 05 November 2002 1:39 pm, Andre Poenitz wrote: > On Tue, Nov 05, 2002 at 01:35:45PM +0000, Angus Leeming wrote: > > I guess I could use something like > > fit = begin + std::distance(it, rend) > > but there must be a clean way? > > Would rit.base() work?
It would, thank you. I was reading the source and missed it. SGI's documentation is a lot easier to follow ;-) Angus