[eigen] patch with compile fix for gcc-4.1.2

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi,

the attached patch is a harmless compile fix for gcc-4.1.2. The SFINAE variant apparently didn't work on that old compiler (2006), but the SFINAE variant used in all other files also works on gcc-4.1.2, so it should be save to also use the same variant here too.

(I used "hg export XXX". The patch doesn't mention the branch, perhaps because it is the "default" branch.)

Regards,
Thomas



P.S.: If you really want to know the error message, here is the first one (an identical one for SparseProduct.h:60 says exactly the same thing):

../eigen-3.3/Eigen/src/SparseCore/SparseProduct.h:48: error: expected , or ... before > token
/homes/elephant/klimpel/GenISysPool/trunk/3rdParty/include/eigen-3.3/Eigen/src/SparseCore/SparseProduct.h:60: error: expected , or ... before > token
../eigen-3.3/Eigen/src/SparseCore/SparseProduct.h:48: error: wrong number of template arguments (1, should be 2)
../eigen-3.3/Eigen/src/Core/util/Meta.h:53: error: provided for template<class T, class U> struct Eigen::internal::is_same
../eigen-3.3/Eigen/src/SparseCore/SparseProduct.h:48: error: template argument 1 is invalid
../eigen-3.3/Eigen/src/SparseCore/SparseProduct.h:48: error: expected nested-name-specifier
../eigen-3.3/Eigen/src/SparseCore/SparseProduct.h:48: error: expected `('
../eigen-3.3/Eigen/src/SparseCore/SparseProduct.h:48: error: expected ,
../eigen-3.3/Eigen/src/SparseCore/SparseProduct.h:48: error: default argument missing for parameter 5 of static void Eigen::internal::generic_product_impl<Lhs, Rhs, Eigen::SparseShape, Eigen::SparseShape, ProductType>::addTo(Dest&, const ActualLhs&, const Rhs&, int*, Eigen::DenseShape)

Attachment: compile-fix-gcc-4.1.2.patch
Description: Binary data



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/