Re: [eigen] 3.3-alpha1 released!

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



Fixed: https://bitbucket.org/eigen/eigen/commits/e3545fd19f10/

(at least for clang/gcc)

gael

On Fri, Sep 18, 2015 at 7:51 PM, Sergiu Dotenco <sergiu.dotenco@xxxxxxxxx> wrote:
Hi Gael,

The following code does not compile using Visual Studio 2015 and the
current tip (2a591c7d6739 at the moment of writing):

#include <Eigen/Core>
#include <Eigen/Geometry>
#include <Eigen/LU>

int main()
{
    Eigen::Matrix4d::Identity().lu()
       .solve(Eigen::Vector3d::Ones().homogeneous()).hnormalized();
}

The error output follows.

Best,
Sergiu




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