Re: [eigen] 3.2.3 for the end of the week.

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


Hi Gael,

one annoying warning with g++ 4.9.2 -Wall that we've had to fix locally is
> g++ -std=c++11 -Wall main.cpp -I.
In file included from ./Eigen/Cholesky:24:0,
                 from ./Eigen/Dense:3,
                 from main.cpp:2:
../Eigen/src/Cholesky/LDLT.h: In member function ‘void Eigen::internal::solve_retval<Eigen::LDLT<MatrixType, _UpLo>, Rhs>::evalTo(Dest&) const’:
../Eigen/src/Cholesky/LDLT.h:506:39: warning: typedef ‘Scalar’ locally defined but not used [-Wunused-local-typedefs]
     typedef typename LDLTType::Scalar Scalar;

We simply removed the unused typedef.

If that could make it into the next release, it'd be nice. :)


Best regards

Daniel Vollmer

--------------------------
Deutsches Zentrum für Luft- und Raumfahrt e.V. (DLR)
German Aerospace Center
Institute of Aerodynamics and Flow Technology | Lilienthalplatz 7 | 38108 Braunschweig | Germany



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