|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2007-12-29 15:57:54
Author: danieljames
Date: 2007-12-29 15:57:53 EST (Sat, 29 Dec 2007)
New Revision: 42349
URL: http://svn.boost.org/trac/boost/changeset/42349
Log:
We now have cbegin and cend for local iterators.
Text files modified:
branches/unordered/dev/libs/unordered/doc/buckets.qbk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: branches/unordered/dev/libs/unordered/doc/buckets.qbk
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/buckets.qbk (original)
+++ branches/unordered/dev/libs/unordered/doc/buckets.qbk 2007-12-29 15:57:53 EST (Sat, 29 Dec 2007)
@@ -56,6 +56,8 @@
local_iterator end(size_type n);
const_local_iterator begin(size_type n) const;
const_local_iterator end(size_type n) const;
+ const_local_iterator cbegin(size_type n) const;
+ const_local_iterator cend(size_type n) const;
``]
[Return begin and end iterators for bucket `n`.]
]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk