$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Belopolsky (belopols_at_[hidden])
Date: 2001-07-10 13:12:41
--- In boost_at_y..., "Alexander Belopolsky" <belopols_at_a...> wrote:
> // This does not ...
>
boost::projection_iterator_generator<select_first<MAP::value_type>,
> MAP::iterator>::type
> b1(m.begin()), e1(m.end());
>
> copy(b1, e1, ostream_iterator<int>(cout, "\n"));
> return 0;
> }
>
OK, I've figured this one out: it would work with
const_projection_iterator_generator.