*** empty log message ***
[SVN r24233]
This commit is contained in:
parent
ab738f30ba
commit
87374d6dfe
@ -22,7 +22,7 @@ namespace boost
|
||||
template< class Range >
|
||||
inline typename Range::iterator begin( Range& r )
|
||||
{
|
||||
return begin( r );
|
||||
return r.begin();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user