forked from boostorg/range
*** empty log message ***
[SVN r24622]
This commit is contained in:
@ -35,7 +35,7 @@ namespace range_detail
|
||||
template< typename C >
|
||||
inline bool empty( const C& c )
|
||||
{
|
||||
return begin( c ) == end( c );
|
||||
return boost::begin( c ) == boost::end( c );
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user