Boost logo

Ublas :

Subject: Re: [ublas] Is coordinate_matrixelement assignment/insertion broken in 1.42?
From: Jesse Perla (jesseperla_at_[hidden])
Date: 2010-03-01 20:48:43


>From that output I would guess that "std::inplace_merge (ita.begin (), iunsorted, ita.end ());" in
>sparse_matrix.hpp:4387 doesn't work as expected. You could try to replace
> std::sort (ita.begin (), ita.end ());

This worked!