Boost logo

Ublas :

From: Neal Becker (ndbecker2_at_[hidden])
Date: 2005-08-24 12:31:35


Christophe Prud'homme wrote:

> Michael
>
> will the fixes( matrix and vector resize() fixes for example) you applied
> to ublas appear in 1.33.1 ?
>
> I am a Debian user/developer and ublas 1.33 was shipped with at least the
> bug aforementionned.
> It does not really matter to me as I use CVS but that would be cleaner to
> have a non-buggy version of ublas shipped with the main distros.
>
> Best regards
> C.

I'd like to propose my 2 patches also. These are:

1) optionally bypass vector initialization
2) vector constructor: vector<type> (size, fill) where fill is of
value:type. This filling constructor is like that in std::vector.