On Mon, Nov 13, 2017 at 3:32 PM, Daniel Krügler <daniel.krueg...@gmail.com> wrote: > but as Jonathan already said, for std::istreambuf_iterator<T> this can > never be true (because of the involved IO operations). >
Except, of course, if you advance by zero. It's not a very useful case, for sure...