-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testLinearStructure (dec) fails with recent Boost versions. #1268
Comments
Looks ok with the last boost 1.75. |
Still fails on my side with GCC 10.2.0, Eigen 3.3.9 and Boost 1.75.0 ... Does it work on your side ? |
Ok so the problem does not come from boost 1.75 itself, maybe a combo GCC10+boost1.75. |
Fails also with LLVM 10.0.0, Boost 1.75.0 and Eigen 3.3.9 (Ubuntu), strange... |
I cannot test on Boost 1.58.0 anymore but looking at code of It behaves like something is implementation dependent... |
In |
When compiling
testLinearStructure
using Boost version1.63.0
or1.64.0
, it fails with the following message:The related code https://github.com/DGtal-team/DGtal/blob/master/tests/dec/testLinearStructure.cpp#L391 suggests that the primal 0-form should instead be:
It is indeed the case when using Boost
1.58.0
.Tested with GNU
5.4.1
,6.2.0
and7.1.1
, with Eigen3.3.3
and3.3.4
.The text was updated successfully, but these errors were encountered: