Re: [eigen] Enabled move support for Matrix and Array |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Enabled move support for Matrix and Array
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Wed, 11 May 2011 10:00:50 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=O33eMhdb3hbxgC5vyO1uo6Ju0bH9IvqctEtp19XEchI=; b=Yf7/29nSk5Eo0o6HxtgEbFAtAUqKTlG0VTAM54Z7FvXSj+odIo8JTdrcbBCm2YM215 zxMmk8iIgI++WMn81Oa4aC2G752fMNsVPtTRU1IMj8eAKPeJQRCYScCyuwTIteBjiT71 gAIiaVIfMNjDqwfV2VCaueAVRIIw6nTAHeq+g=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=wfDyh4tsO73SZERlq9CZZ7EmN3Ya0WkrUQE+lnwLAhTuKikGCpZ5CrC5d9QgpMjfFw EdjeD7qdR1qUdzld2jTNnOzUnaIihk9Hg9IHvuocl1Mu4/u+rT/U02rZN5OrosLWXimE gFcedLZVBMc8sePggri5uRxAMXWkL4EphyJSQ=
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.
The remaining test which are failing are:
1) array_3
2) array_5
There is one more, which I don't recall right now. I will update you
when I know more.
- Hauke