Opened 7 years ago

Last modified 7 years ago

#11373 new Bugs

Ticket 10762 (boost 1..57) is nearly a year old, but error ist still in boost (now 1.58)

Reported by: anonymous Owned by: Douglas Gregor
Milestone: To Be Determined Component: numeric
Version: Boost 1.58.0 Severity: Showstopper
Keywords: Cc:

Description

include/boost/numeric/ublas/matrix.hpp line 1387, wrong parameter type (matrix m) should be (fixed_matrix m)

solution see ticket 10762

showstopper, because certain matrix operations do not even compile!

please do not deliver untested software

Change History (1)

comment:1 by anonymous, 7 years ago

do NOT use #define BOOST_UBLAS_MOVE_SEMANTICS

without it

boost::numeric::ublas::matrix<double> m(3, 5);

compiles fine

Note: See TracTickets for help on using tickets.