Re: [eigen] STL fixes |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
On Mon, 26 Apr 2010, Hauke Heibel wrote:
I can't reproduce this with GCC 4.4.1 - maybe that's expected since you reported 4.5.0 is failing. :) I am wondering where the std::list dependency comes from in the matrix_function unit test. Any idea?
I put it there. Just search through the MatrixFunction.h file. It uses a std::list of scalars, not of vectors / matrices / other eigen objects. I need to have a collection to which I can add or remove numbers.
Jitse
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |