Re: [eigen] Eigen 3.1.0-beta1 released!

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


> Eigen 3.1.0-beta1 has been released today.

Working from repo using the 3.1.0-beta1 tag on either of

   g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
   icpc (ICC) 11.1 20100806

I see errors like the following during make check:

/h2/rhys/Build/eigen/test/geo_transformations.cpp(345): error:
template instantiation resulted in unexpected function type of "const
Eigen::Transform<double, 3, 32, 0> (const Eigen::Transform<double, 3,
1, 0> &) const" (the meaning of a name may have changed since the
template declaration -- the type of the template is
          "const
Eigen::internal::transform_transform_product_impl<Eigen::Transform<double,
3, 32, 1>, Eigen::Transform<double, 3, Mode, Options>,
<expression>>::ResultType (const Eigen::Transform<double, 3, Mode,
Options> &) const")
    t1 = t1 * (Translation3(v1) * q1);
                                     ^
          detected during:
            instantiation of "Eigen::Transform<_Scalar, _Dim, _Mode,
_Options>::operator* [with _Scalar=double, _Dim=3, _Mode=32,
_Options=1]" based on template arguments <1, 0> at line 345
            instantiation of "void
transformations<Scalar,Mode,Options>() [with Scalar=double, Mode=32,
Options=1]" at line 492

- Rhys



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