
7 Nov
2011
7 Nov
'11
2:30 p.m.
Hi,
Well, iterator_range<T> is not a container. Could you elaborate on your view?
That's why it probably shouldn't provide size() at all. distance() might have been a better option for the name. As long as it's name is size() it should return size_t IMHO. Regards, michi7x7