Boost logo

Ublas :

From: Dima Sorkin (dsorkin_at_[hidden])
Date: 2005-07-11 05:21:24


> uBLAS does not use the type_traits for return type deduction. It uses
> 'promote_traits' which does the deduction automatically via
> type_deduction_detail::base_result_of<X, Y> for binary operations.
Hi.
 To avoid misunderstanding. In my last message, when I wrote that a
caller should have the ability to pass the traits_class to the
function-template as type-parameter at the call point,the meaning is
to "promote_traits" class (for binary operation), and for personal "traits"
class (for unary operation).

Regards,
 Dima.