Boost logo

Boost Users :

Subject: Re: [Boost-users] boost/numeric/ublas/matrix_sparse.hpp does not play well with RICE
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-05-24 16:20:49


AMDG

Nat Goodspeed wrote:
> John O. Woods wrote:
>
>> Indeed, reversing the #include order seems to work. I thought I'd
>> tried it, but it's compiling just fine now.
>
> To me that confirms that it's RICE that doesn't play well with other
> libraries.

Indeed. RICE appears to #define ALLOC. Does it work with:

#include <rice/Data_Type.hpp>
#undef ALLOC
#include <boost/numeric/ublas/matrix_sparse.hpp>
int main() { return 0; }

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net