Boost logo

Ublas :

From: Gunter Winkler (guwi17_at_[hidden])
Date: 2007-07-20 03:22:32


Am Mittwoch, 18. Juli 2007 18:58 schrieb Marat Khalili:
> Hello,
>
> I looked at the problem since it is a corollary of one I'm
> experiencing (see "mapped_vector<user-defined class>
> BOOST_UBLAS_TYPE_CHECK problems" below). In short,
> boost::numeric::ublas::type_traits only knows about float, double,
> long double, std::complex, and boost::numeric::interval, and searches
> all functions in the std namespace by default instead of using Koenig
> lookup.
>
> I've attached a quick fix, you can give it a try. Disclaimer: I'm not
> a uBLAS programmer.

Did you experience any side effects? After a quick look it should be
possible to apply the patch without breaking old code. However, I can
only run test using gcc.

mfg
Gunter