|
Ublas : |
From: Hugo Duncan (hugoduncan_at_[hidden])
Date: 2007-03-16 21:37:52
Hallo Gunter,
I'm getting the following compile error on windows, msvc80 (vc express),
but not with cygwin's gcc 3.4.4
boost/numeric/ublas/storage.hpp(101) : error C2065: 'not' : undeclared
identifier
after including <boost/numeric/ublas/vector.hpp>, I am just constructing
some vectors and doing some vector additions
Hugo