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

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


Ok. I found it. There is a specialization in GlobalFunctions.h but it
is not used, when C++0x is enabled. So this whole thing has nothing to
do with my patch.

The problem is that at least on my cygwin system image is implemented as

  template<typename _Tp>
    inline typename __gnu_cxx::__promote<_Tp>::__type
    imag(_Tp)
    { return _Tp(); }

and I don't see how we could be able to overload this function. I
think it is not possible but I maybe wrong.

- Hauke



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