Merge: Support for cbegin(n), cend(n).

[SVN r42188]
This commit is contained in:
Daniel James
2007-12-19 23:13:20 +00:00
parent 3b4acc6342
commit a68da27339
6 changed files with 109 additions and 8 deletions

View File

@@ -264,7 +264,6 @@ namespace boost
return const_local_iterator(base.end(n));
}
#if defined(BOOST_UNORDERED_LOCAL_CBEGIN)
const_local_iterator cbegin(size_type n) const
{
return const_local_iterator(base.begin(n));
@@ -274,7 +273,6 @@ namespace boost
{
return const_local_iterator(base.end(n));
}
#endif
// hash policy
@@ -548,7 +546,6 @@ namespace boost
return const_local_iterator(base.end(n));
}
#if defined(BOOST_UNORDERED_LOCAL_CBEGIN)
const_local_iterator cbegin(size_type n) const
{
return const_local_iterator(base.begin(n));
@@ -558,7 +555,6 @@ namespace boost
{
return const_local_iterator(base.end(n));
}
#endif
// hash policy