This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: std::advance istreambuf_iterator overload


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...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]