Compilation problems from a ublas newbie
Hi all,
I tried to compile the 2D point morph example from
http://elonen.iki.fi/code/tpsdemo/2d-morph.cpp and
http://elonen.iki.fi/code/tpsdemo/ludecomposition.h
with the latest Boost 1.33.1 but I come across two
errors. These seem to be related to the use of
iterators with ublas::matrix_row and
ublas::matrix_column. As a Boost newbie, the errors
are not at all intuitive to me, however. I assume that
the code above was generated for an older version of
Boost and fails to compile now.
I would be deeply grateful if you could consider
taking a look at the attached the compiler output in
the out.txt file.
I appreciate your help very much.
Regards,
Peter
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Compiling...
2d-morph.cpp
.\2d-morph.cpp(93) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\2d-morph.cpp(191) : warning C4267: 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data
.\2d-morph.cpp(223) : warning C4267: 'initializing' : conversion from 'size_t' to 'const unsigned int', possible loss of data
C:\Tools\Boost\include\boost-1_33_1\boost/numeric/ublas/traits.hpp(42) : warning C4267: 'argument' : conversion from 'size_t' to 'const unsigned int', possible loss of data
C:\Tools\Boost\include\boost-1_33_1\boost/numeric/ublas/matrix_expression.hpp(4033) : see reference to class template instantiation 'boost::numeric::ublas::promote_traits
participants (1)
-
Pete Masterson