
* mln/topo/adj_m_face_iter.hh (mln::topo::internal::adj_m_face_iterator<D>::update_adj_faces__) * mln/core/image/complex_image.hh (mln::internal::data< complex_image<D, G, V> >::data): Here. --- milena/ChangeLog | 10 ++++++++++ milena/mln/core/image/complex_image.hh | 2 +- milena/mln/topo/adj_m_face_iter.hh | 3 ++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index ca4549c..8c5e2ed 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,15 @@ 2008-11-12 Roland Levillain <roland@lrde.epita.fr> + Aesthetic changes. + + * mln/topo/adj_m_face_iter.hh + (mln::topo::internal::adj_m_face_iterator<D>::update_adj_faces__) + * mln/core/image/complex_image.hh + (mln::internal::data< complex_image<D, G, V> >::data): + Here. + +2008-11-12 Roland Levillain <roland@lrde.epita.fr> + Work around a bug of Apple g++ 4.0. * mln/topo/adj_m_face_iter.hh diff --git a/milena/mln/core/image/complex_image.hh b/milena/mln/core/image/complex_image.hh index 32c83cb..ed64b70 100644 --- a/milena/mln/core/image/complex_image.hh +++ b/milena/mln/core/image/complex_image.hh @@ -61,7 +61,7 @@ namespace mln struct data< complex_image<D, G, V> > { data(const p_complex<D, G>& pc, - const metal::vec< D + 1, std::vector<V> >& values); + const metal::vec< D + 1, std::vector<V> >& values); metal::vec< D + 1, std::vector<V> > values_; const p_complex<D, G> pc_; diff --git a/milena/mln/topo/adj_m_face_iter.hh b/milena/mln/topo/adj_m_face_iter.hh index 32b5af6..e314dfb 100644 --- a/milena/mln/topo/adj_m_face_iter.hh +++ b/milena/mln/topo/adj_m_face_iter.hh @@ -35,6 +35,7 @@ /// complex. # include <set> +# include <vector> # include <mln/topo/internal/complex_relative_iterator_base.hh> # include <mln/topo/face.hh> @@ -328,7 +329,7 @@ namespace mln if (g->sign()) { for (typename faces_t::const_iterator h = q_faces.begin(); - h != q_faces.end(); ++h) + h != q_faces.end(); ++h) // Don't insert a face twice. if (work_faces_set.find(*h) == work_faces_set.end()) { -- 1.6.0.1