Boost logo

Ublas :

Subject: Re: [ublas] [bindings] New traits system
From: Jesse (jesseperla_at_[hidden])
Date: 2010-01-10 14:56:08


Rutger ter Borg <rutger <at> terborg.net> writes:

> the static assertion done on Order was incorrect. The is_column_major meta-
> function should be used on adaptable/bindable object types (e.g. a matrix
> type), which the tag::column_major is not. I've changed it to
>
> BOOST_STATIC_ASSERT( (is_same< Order, tag::column_major >::value) );

It works now! I added a few permutations of the bindings::trans() wrapper with
real valued matrices to my mini-regression test.

-Jesse