$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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