forked from boostorg/range
*** empty log message ***
[SVN r30927]
This commit is contained in:
@ -62,10 +62,12 @@ namespace Foo
|
||||
return x.vec.begin();
|
||||
}
|
||||
|
||||
|
||||
inline X::const_iterator boost_range_begin( const X& x )
|
||||
{
|
||||
return x.vec.begin();
|
||||
}
|
||||
|
||||
|
||||
inline X::iterator boost_range_end( X& x )
|
||||
{
|
||||
|
Reference in New Issue
Block a user