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: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 11 May 2011 10:13:42 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=hQEUylhxXGSXCmNRunjRn8OzxYnvU7O1MqSDhKlpqD0=; b=xjKy5xWO6ubyDuHVJNOUrfvJ9e7D2cKiuTvUSOhWphLeWhoikOKyMG85WFuHNz/1oj RM4KSWAaL9FDFfOk83racc9Eg2rDrki1xBF48woTm1FHl8QzuR9rBGS7R2Fdqk3Bkqdb Elzi5BADmyVVEGotB9Fn8nT5wJUIs4QvRAo6U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=KJLFzScHbl0v+Mzjw23erG8ckQfo5g3FgPpICAYPH6wb8cLjFr0FD3pWQiry1j5UOk VCyi6kadJyzg1pD7oCAmldLiOEgXe8Xv9DrO9ohdg3ljyXXh4mA4u5gJ7NUmWVDRh/on 2o9X/lKnYW+g+Iy0Pns9bpuzbWS0hVhMhUfWY=
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.
Benoit