Closed yurivict closed 4 years ago
This appears to be a valid C++ problem.
The constant field elements
https://github.com/Gecode/gecode/blob/master/gecode/set/int/weights.hpp#L52 is assigned outside of constructor.
Removing the const
attribute from the field definition fixes this failure.
This has been fixed for the next release: https://github.com/Gecode/gecode/commit/c810c96b1ce5d3692e93439f76c4fa7d3daf9fbb
FreeBSD 12.2