Re: [eigen] [patch] Unit test warnings and final compilation issues. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] [patch] Unit test warnings and final compilation issues.
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sat, 9 May 2009 05:42:54 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=clbLpk8zwALuJdl0NtYa3cxhljX0dkEAVsM5PiG4ZSA=; b=mYegHOyRPLuzxeIi7HG7M2xWavSqkNfGkhB3ErN1cbQvqi8l/J38taXav4+OlyS7KU NGrWGDwU7A66tCkU7GtJGJXj6t4KV5DBWsEPRiiuQiOy4CQwrRY6VcDHsDF4YYilebDH brLl4zBKI6G073GmFoPnsAwK7irA/cDvvsQso=
- 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:content-transfer-encoding; b=xM1p19qA5ArXoPvFzgTtrvmzajDyfy+f1NEZSI54tVAtyvjAfsTL4nf54M/1BIdphH xJ92Ro2NnmGll+CpNAP/eCkir2S8VapQlDU5ihC1tVVJfZIGLbmiIFcnM9xwUIId7LS8 baXlQ275zhwobTTri3DEh7oMEJXs8CnqONBPc=
2009/5/8 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> Hi,
>
> another patch which finally enables VS.net to build all unit tests and
> leaves windows users with just a single warning.
Thanks, patch applied.
> I did not have the guts to dig into that final warning which I do not
> understand right away.
Fixed in trunk. It was caused by coeff() returning by value whereas
since the discussion with Patrick we moved to having coeff() return a
const reference for expressions having the DirectAccessBit flag.
Cheers,
Benoit