forked from boostorg/range
updated so ADL kick in in iterator_range and const_begin/const_end
[SVN r28562]
This commit is contained in:
@ -179,7 +179,7 @@ namespace boost
|
||||
inline BOOST_DEDUCED_TYPENAME range_const_iterator<T>::type
|
||||
const_begin( const T& r )
|
||||
{
|
||||
return boost::begin( r );
|
||||
return begin( r );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user