mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 12:27:42 +02:00
*** empty log message ***
[SVN r24233]
This commit is contained in:
@ -22,7 +22,7 @@ namespace boost
|
||||
template< class Range >
|
||||
inline typename Range::iterator begin( Range& r )
|
||||
{
|
||||
return begin( r );
|
||||
return r.begin();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user