Boost logo

Ublas :

Subject: Re: [ublas] [bindings][lapack] cmputational/stegr problems
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2009-04-13 11:22:53


Thanks, I've updated traits/is_complex to default to the boost::is_complex
metafunction in stead of the false type. This will allow users of the
bindings to override for custom complex types. I've committed it, hopefully
this solves this issue.

Kind regards,

Rutger ter Borg

Hidekazu Ikeno wrote:
>
> Do you have idea to aviod this problem?
> One possible solution is using boost::type_traits::is_complex<ValueType>
> instead of
> boost::numeric::bindings::traits::is_complex<ValueType>.
>