*** empty log message ***

[SVN r30927]
This commit is contained in:
Thorsten Jørgen Ottosen
2005-09-12 20:08:14 +00:00
parent a47b8664f7
commit 21c1285cd0
3 changed files with 22 additions and 3 deletions

View File

@ -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 )
{