Opened 13 years ago
Last modified 13 years ago
#3219 new Bugs
restrict1 or mutable_restrict1
Reported by: | julien michot | Owned by: | Gunter |
---|---|---|---|
Milestone: | To Be Determined | Component: | uBLAS |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | mutable_restrict1 | Cc: |
Description
hi, when you compile the Bayes++ library with Boost (for 1.39 and 1.38 versions), there is a bug with uBlas : In boost/numeric/ublas/symmetric.hpp ln1145 : i = triangular_type::mutable_restrict1 (i, j); ln1175 : j = triangular_type::mutable_restrict2 (i, j);
In boost/numeric/ublas/functional.hpp ln1730 there is a " FIXME: this should not be used at all" for mutable_restrict1 and so.
I get the following error message : error C2660: 'boost::numeric::ublas::detail::transposed_structure<L>::mutable_restrict1' : la fonction ne prend pas 2 arguments D:\Program Files\CEA\lcviExtern_test\boost_1_39_0\boost\numeric\ublas\symmetric.hpp 1145
There have been several fixes in functional.hpp. Does the issue still exist?