Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2006-11-21 11:09:42


Hi,

the comment before const_indexed_iterator is wrong. The container type should
be _immutable_.

mfg
Gunter

Index: detail/iterator.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/ublas/detail/iterator.hpp,v
retrieving revision 1.5
diff -u -p -r1.5 iterator.hpp
--- detail/iterator.hpp 17 May 2006 16:21:54 -0000 1.5
+++ detail/iterator.hpp 21 Nov 2006 16:04:47 -0000
@@ -739,7 +739,7 @@ namespace boost { namespace numeric { na
 
   /** \brief A class implementing an indexed random access iterator.
    *
- * \param C the mutable container type
+ * \param C the (immutable) container type
    * \param IC the iterator category
    *
    * This class implements a random access iterator. The current