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