
8 May
2006
8 May
'06
10:30 a.m.
David Abrahams wrote: > Hi Thorsten, > > I took the liberty of checking this patch into the HEAD: + template< typename C > + struct range_iterator<C const> + { + typedef BOOST_DEDUCED_TYPENAME C::const_iterator type; + }; + So, I no longer need to use range_const_iterator?