std::advance istreambuf_iterator overload

Tim Song t.canens.cpp@gmail.com
Thu Nov 16 20:06:00 GMT 2017


On Mon, Nov 13, 2017 at 3:32 PM, Daniel Krügler
<daniel.kruegler@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...



More information about the Libstdc++ mailing list