Boost logo

Boost :

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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk