
4 Nov
2005
4 Nov
'05
10:19 p.m.
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