Thanks for the link. I'll certainly have a look... Uhm, it's in Nov. and for C++ standard committee. So, it's in far perspective... and the industry I am in is always a few years behind the Standard. :-( Would not that be possible/sensible to address that in Boost for the time being? On 07/14/2014 12:22 PM, Nathan Ridge wrote:
Eric Niebler ran into the same problem and came up with a solution more or less along the same lines: an Iterable concept which generalizes a Range, which has begin and end iterators of potentially different types [1].
My understanding is that Eric plans to present a library implementing his approach at the next C++ standards committee meeting in November.
Regards, Nate
[1] http://ericniebler.com/2014/02/21/introducing-iterables/