* mln/topo/internal/complex_set_iterator_base.hh: Update
documentation and headers.
Don't include header `limits'.
Include header `iosfwd'.
---
milena/ChangeLog | 9 +++++++++
.../mln/topo/internal/complex_set_iterator_base.hh | 3 ++-
2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 5a11379..e84ab00 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,12 @@
+2008-10-03 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Overhaul mln::topo::internal::complex_set_iterator_base.
+
+ * mln/topo/internal/complex_set_iterator_base.hh: Update
+ documentation and headers.
+ Don't include header `limits'.
+ Include header `iosfwd'.
+
2008-10-02 Ugo Jardonnet <ugo.jardonnet(a)lrde.epita.fr>
Start to integrate registration in Milena.
diff --git a/milena/mln/topo/internal/complex_set_iterator_base.hh
b/milena/mln/topo/internal/complex_set_iterator_base.hh
index 7e76b76..51f67c1 100644
--- a/milena/mln/topo/internal/complex_set_iterator_base.hh
+++ b/milena/mln/topo/internal/complex_set_iterator_base.hh
@@ -32,7 +32,7 @@
/// \brief Definition of an implementation (factoring) class for
/// iterators on faces of a complex.
-# include <limits>
+# include <iosfwd>
# include <mln/metal/equal.hh>
@@ -61,6 +61,7 @@ namespace mln
typedef complex_set_iterator_base<F, E> self_;
public:
+ /// The type of the iterated faces.
typedef F face;
// FIXME: Maybe we could just get the dimension D of the face's
// complex, an define complex_type as mln::complex<D>?
--
1.6.0.1
Show replies by date