
5 Feb
2006
5 Feb
'06
4:46 a.m.
Philipp Robbel <robbel@gmail.com> 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