Boost logo

Boost Users :

From: Witz (witz_at_[hidden])
Date: 2003-05-11 12:16:30


hi,

When i try to compile the code in listing 1 below using MSVC7.1 i get a
whole host of errors of the same form as that given in listing 2. I've
looked around on google but either i'm not concentrating or this issue
hasn't come up yet. I've also had a quick look in boost/format but would
rather not hack around with stuff i don't know. Does anyone know what i
need to do to get this working?

Thanks in advance,

Ian Whittley

Listing 1:

#include <boost/numeric/ublas/triangular.hpp>

int main()
{
         boost::numeric::ublas::triangular_matrix<int> m;
}

Listing 2:

'C:\Developer\boost_1_30_0\boost\numeric\ublas\matrix_expression.hpp(781):
error C2027: use of undefined type
'boost::numeric::ublas::vector_matrix_binary<E1,E2,F>::const_iterator2'


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net