|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59334 - sandbox/statistics/iterator/boost/iterator
From: erwann.rogard_at_[hidden]
Date: 2010-01-28 15:30:34
Author: e_r
Date: 2010-01-28 15:30:34 EST (Thu, 28 Jan 2010)
New Revision: 59334
URL: http://svn.boost.org/trac/boost/changeset/59334
Log:
m
Text files modified:
sandbox/statistics/iterator/boost/iterator/flatten_iterator.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/statistics/iterator/boost/iterator/flatten_iterator.hpp
==============================================================================
--- sandbox/statistics/iterator/boost/iterator/flatten_iterator.hpp (original)
+++ sandbox/statistics/iterator/boost/iterator/flatten_iterator.hpp 2010-01-28 15:30:34 EST (Thu, 28 Jan 2010)
@@ -34,6 +34,7 @@
struct flatten_iterator_category_traversal{
// TODO
// weaker of outer and inner iterator
+ // also not allowed decremment and advance(n<0)
};
@@ -117,7 +118,6 @@
}
void decrement(){
- // For now
throw std::runtime_error(
"flatten_iterator::decrement() not allowed"
);
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