$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2005-11-04 17:19:42
I note the following:
typedef std::vector<int> vint;
typedef int aint[4];
range_iterator<vint const>::type ==> std::vector<int>::iterator
range_iterator<aint const>::type ==> int const*
It seems like it should be
range_iterator<vint const>::type ==> std::vector<int>::const_iterator
I know we discussed this before. Thorsten, are you planning to make
this change?
-- Dave Abrahams Boost Consulting www.boost-consulting.com