
5 May
2008
5 May
'08
6:49 p.m.
hervebronnimann@mac.com wrote:
Johan: you can construct an iterator wrapper that map operator++ to next(float), and then it *really* is the specialization of std::distance() for this iterator type.
You are right. (And std::distance is poorly named. What on earth was Alex Stepanov thinking?) --Johan