$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [iterator] Silent-but-deadly bug in iterator_facade category
From: Gabriel Redner (gredner_at_[hidden])
Date: 2013-05-07 11:26:31
> You snipped the relevant context: The above applies to ForwardIterators,
> not to InputIterators or OutputIterators.
Ah ok, I see. I don't see why it should be that way, but I see that it is.
The more I learn about iterators, the less I understand :-\
Thanks,
-Gabe