Boost logo

Ublas :

From: Michael Stevens (mail_at_[hidden])
Date: 2005-10-20 04:16:07


On Thursday, 20. October 2005 10:27, Markus Schöpflin wrote:
> Hello,
>
> I just stumbled accross an interesting compiler warning when looking
> through the boost regression logs for the 1.33.1 RC:
>
> cxx: Warning: /vol2/boost/boost/boost/numeric/ublas/vector_sparse.hpp, line
> 1760: #504-D
Interesting, which compiler picked this up?

> nonstandard form for taking the address of a member function
> sorted_ = sorted_filled_ = filled;
> ---------------------------------------^
>
> When looking at the code in question, I'm pretty sure this should read
>
> sorted_ = sorted_filled_ = filled_;
>
> instead. (Note the trailing underscore.)

Thanks Markus, I have commited you fix to CVS HEAD and and the 1_33 branch.

I never did like the trailing underscore convention!!

Michael

-- 
___________________________________
Michael Stevens Systems Engineering
34128 Kassel, Germany
Phone/Fax: +49 561 5218038
Navigation Systems, Estimation  and
                 Bayesian Filtering
    http://bayesclasses.sf.net
___________________________________