When I specify the following:
matrix<double>::iterator1 it;
it++;
I get: (sorry for the paste of the complete error, I can't figure out
what is really relevant; ++it works however)
============================================================
c:\program files\boost\boost\numeric\ublas\iterator.hpp(324) : error
C2059: syntax error : 'static_cast'
S:\test\ublas\ublas.cpp(30) : see reference to function
template instantiation 'class
boost::numeric::ublas::matrix ::iterator1::boost::numeric::u
blas::matrix
Hi Roland, you wrote:
When I specify the following:
matrix<double>::iterator1 it;
it++;
I get: (sorry for the paste of the complete error, I can't figure out what is really relevant; ++it works however)
[snip the usual incomprehensible diagnostics] Yep. This probably is a bug. Could someone try to verify this with the CVS version, please? I'm currently rather busy preparing first patches for MSVC 7.1 beta. Thanks Joerg
Hi Roland,
When I specify the following:
matrix<double>::iterator1 it;
it++;
I get: (sorry for the paste of the complete error, I can't figure out what is really relevant; ++it works however)
[snip the usual incomprehensible diagnostics]
Yep. This probably is a bug. Could someone try to verify this with the CVS version, please? I'm currently rather busy preparing first patches for MSVC 7.1 beta.
Confirmed to be a regression. Should be fixed in CVS soon. For more information see groups.yahoo.com/group/ublas-dev Thanks, Joerg
participants (2)
-
jhr.walter@t-online.de
-
speedsnaii <speedsnaii@yahoo.de>