
10 Oct
2007
10 Oct
'07
4:49 a.m.
shunsuke wrote:
Hi,
For some msvc-7.1 bug, if you pass an array to boost::begin, a form `range_iterator<const T>` in
template< class T > inline BOOST_DEDUCED_TYPENAME range_iterator<const T>::type begin( const T& r );
knocks down the partial specialization system of msvc-7.1.
I might find a workaround.
Well, my local complicated tests passed. The patch for range/iterator.hpp has been uploaded. http://svn.boost.org/trac/boost/ticket/1309 Regards, -- Shunsuke Sogame