
Sorry, forget point 4, about iterator_facade.hpp. I reinstated the wrong copy before running CVS update. It's my problem. Keith MacDonald "Keith MacDonald" <boost@mailclan.net> wrote in message news:btun9k$f58$1@sea.gmane.org...
4. I got the updated documentation using CVS update, which broke my copy
of
iterator_facade.hpp, because the CVS head copy contains this code:
template <class Iterator, class Value, class Reference> struct operator_brackets_result { typedef typename mpl::if_< <<<<<<< iterator_facade.hpp iterator_writability_disabled<Value,Reference> , Value ======= use_operator_brackets_proxy<Value,Reference> , Value
>> 1.15 , operator_brackets_proxy<Iterator> >::type type; };
Regards, Keith MacDonald
"David Abrahams" <dave@boost-consulting.com> wrote in message news:uad4tmb0b.fsf@boost-consulting.com...
You might look at the CVS or http://www.boost-consulting.com/libs/iterator/doc/index.html if you're interested in the progress we've made so far. We'd really appreciate any feedback you have for us (really!).
Thanks,
-- Dave Abrahams Boost Consulting www.boost-consulting.com