updated so ADL kick in in iterator_range and const_begin/const_end

[SVN r28562]
This commit is contained in:
Thorsten Jørgen Ottosen
2005-05-01 22:58:25 +00:00
parent b358ea0773
commit a02b6c0f74
4 changed files with 46 additions and 47 deletions

View File

@ -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 );
}
}