$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Flávio P. Duarte (fduarte_at_[hidden])
Date: 2006-07-26 08:30:23
Hi,
for historic reason I have to compile an application against boost
1.29 using Visual Studio .NET 2003. Whenever I try to compile I get
hundreds of erros in ublas/matrix.hpp, ublas/matrix_expression.hpp and
ublas/matrix_proxy.hpp. The errors are like:
C2027: use of undefined type
'boost::numeric::ublas::matrix_range<M>::const iterator 2
I managed to compile with lastest boost and those errors were not
displayed. Since the installation is too easy and the error is in
compilation, not linking, I believe I am missing something really stupied.
I only found a couple of emails reporting this error on google and none
of them had answers, so I had to write this email as a last hope that
someone with good memory might help me on this.
Flavio