Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2006-02-04 23:46:33


Philipp Robbel <robbel_at_[hidden]> writes:

> Hi all,
>
> Here is an incompatibility issue I have been running into with VC8.0.
> The code I am trying to compile is as follows (just a simple test case
> to reproduce the error):
>
> #include <boost/numeric/ublas/matrix.hpp>
> #include <boost/numeric/ublas/matrix_proxy.hpp>
>
> using namespace boost::numeric;
> typedef ublas::matrix<double> Matrix;
> typedef ublas::matrix_column<Matrix> Matrix_Col;

If this is a ublas problem you should probably post it to the ublas
mailing list. The ublas developers don't tend to watch this list,
IIRC.

http://www.boost.org/more/mailing_lists.htm#ublas

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk