Re: [eigen] Enabled move support for Matrix and Array

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


On Wed, May 11, 2011 at 4:13 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> 2011/5/11 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
>> With the previous fix only a few of our unit tests are failing. The
>> strange part is that they do not fail on MSVC but only on cygwin with
>> gcc 4.3.4. I still have to investigate this.
>
> Why bother with C++0x support with GCC 4.3? Just require a newer GCC
> version for C++0x support.

I just want to be sure that it's not me. :)

It's this line which is killing me (from array.cpp in array_real(...))

  VERIFY_IS_APPROX(internal::abs2(std::real(m1)) +
internal::abs2(std::imag(m1)), internal::abs2(m1));

- Hauke



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