Boost logo

Ublas :

From: Marat Khalili (0x8.0p15_at_[hidden])
Date: 2007-07-18 12:58:53


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.

With Best Regards,
Marat