|
Ublas : |
From: Riccardo Rossi (rrossi_at_[hidden])
Date: 2006-05-23 10:12:57
Dear list
until yesterday i have been a happy user of the ublas 1.32.0.
unfortunately i can not compile it with gcc 4 and i am currently trying
yo migrate to 1.33.1 :-(:-(:-(
all of my problems seem to come from a
array_1d that we made for performance as a bounded_vector...
everything was working perfectly on the old version (and also very
efficiently)
in particular the compiler does not like :
typedef concrete_tag simd_category;
and (much later)
template<class AE>
BOOST_UBLAS_INLINE
array_1d (const vector_expression<AE> &ae):
vector_expression<self_type> () {
vector_assign (scalar_assign<reference, typename AE::value_type> (),
*this, ae);
i am really lost...please help .......
thanks in advance
Riccardo