Boost logo

Ublas :

From: Hugo Duncan (hugoduncan_at_[hidden])
Date: 2007-03-12 09:41:03


Gunter,

Thanks for fixing this so quickly!

> modify line 890 in vector.hpp to:
>
> // Element lookup
> BOOST_UBLAS_INLINE
> const_iterator find (size_type i) const {
> return const_iterator (*this, i <= index_);
> }
>

This is at line 870 in my copy from HEAD. Hope this will make its way
into CVS.

mfg,
Hugo