
In the synopsis of iterator_range on the page: libs/range/doc/utility_class.html what are the following metafunctions: const_iterator_of iterator_of I do not see them documented anywhere. There is also a typo in the synopsis of subrange: sub_range( const Range2& r ); should be sub_range( const ForwardRange2& r );

on Sat Aug 04 2007, Ronald Garcia <garcia-AT-cs.indiana.edu> wrote:
In the synopsis of iterator_range on the page: libs/range/doc/utility_class.html
what are the following metafunctions: const_iterator_of iterator_of
I do not see them documented anywhere.
There is also a typo in the synopsis of subrange: sub_range( const Range2& r ); should be sub_range( const ForwardRange2& r );
Hi Ron, Please enter Trac tickets for these at http://svn.boost.org so they don't get lost. Thanks. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com The Astoria Seminar ==> http://www.astoriaseminar.com

Hi Dave On Aug 5, 2007, at 11:16 PM, David Abrahams wrote:
on Sat Aug 04 2007, Ronald Garcia <garcia-AT-cs.indiana.edu> wrote:
<documentation bug in Boost.Range> ...
Hi Ron,
Please enter Trac tickets for these at http://svn.boost.org so they don't get lost. Thanks.
Will do. BTW, is it preferred to just go straight to Trac for this kind of thing, or still post to the mailing list? Thanks, ron
participants (2)
-
David Abrahams
-
Ronald Garcia