$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ronald Garcia (garcia_at_[hidden])
Date: 2007-08-04 16:30:36
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 );