Boost logo

Ublas :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-11-02 05:36:10


Michael Stevens wrote:

> On Thursday, 20. October 2005 11:40, Markus Schöpflin wrote:

>>cxx: Warning:
>>/house/schoepf/boost/regression/boost/boost/numeric/ublas/matrix_sparse.hpp
>>, line 4307: #504-D
>> nonstandard form for taking the address of a member function
>> sorted_ = sorted_filled_ = filled;
>>---------------------------------------^
>>
>>(This is another occurence of the bug reported.)
>
> I take it you mean this is another report of the same bug and not that this
> same bug occures in another location?

No, it's the same type of bug but another occurence. Note the different files.

>>cxx: Warning:
>>/house/schoepf/boost/regression/boost/boost/numeric/ublas/detail/concepts.h
>>pp, line 528: #549-D
>> variable "sp" is used before its value is set
>> scalar_expression_type s = *sp;
>>----------------------------------------^
>>
>>(This file is full of warnings like that. Probably an initialization of the
>>pointer to 0 should be added.)

> Although the code in concepts.hpp is never executed, I assume the warnings get
> in the way rather.

You bet.

Markus