Re: [eigen] beta4 this weekend |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] beta4 this weekend
- From: "Benoit Jacob" <jacob.benoit.1@xxxxxxxxx>
- Date: Sun, 4 Jan 2009 21:40:16 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=9wnEIbFn9DBBJ/sa/RHy8meJaOl7wGQCTCrGkgM+UA0=; b=tFM6A/jWJHCFpDWEPQvg3wfYiVP0iN3NamboCYODsf7DmcJqr4dacJqin+/FWKA1hI rTb00WMcMxULCD7reFxGol0xgknu7w0pMxEJXQ3oVDQV/KUIgM16L7FhBOqje3DEaa/o vIdaQoiwy0+nl+QZaVdEjqQgTAPBzRtLALcKM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=sO2w5kiUmQ29xxsJTOIHgf+VZV7JteWlwAmFdbQtRI5VA9OiP5s5wyDmxJiortLhTr XafyIv7aP0vm/gFNaY97GGQ9cIR/BCsIwmybYwCQ0FIVDNM6+qacGLeCpuS8QbF2xsfU yvWv17r/+dM8BAntLv+eA3UT3qRrI2D+g4YE8=
Hi,
Good you posted this right before I release beta4...
In Matrix.h can you replace lines 120-121 by
template<int Options,
bool NeedsToAlign = (Options&Matrix_AutoAlign)!=0>
i.e. just add the !=0
and retry?
Ideally can you join #eigen on freenode so we get this sorted...
Cheers,
Benoit
2009/1/4 Matthias Pospiech <matthias.pospiech@xxxxxx>:
> Benoit Jacob schrieb:
>>
>> Hi List,
>>
>> I will be doing a quick beta4 on Sunday. The main reason is that I'd
>> like us to have something fresh for the tagging of KDE 4.2 RC1 and
>> apparently the "kdesupport rearrangement" is actually happening so I
>> want to point people to something fresh there too.
>>
>> Cheers,
>> Benoit
>>
>> ---
>>
>
> I moved to beta4 (was pre beta1 or so before), and now I get this warning:
>
>>h:\dev\cpp\svn\repository\cpp\examples\matrix\include\eigen\eigen\src/Core/Matrix.h(130)
>> : warning C4305: 'specialization': Verkürzung von 'int' in 'bool'
> 1> .\src\MatrixTest.cpp(102): Siehe Verweis auf die Instanziierung
> der gerade kompilierten Klassen-template
> "Eigen::Matrix<_Scalar,_Rows,_Cols>".
> 1> with
> 1> [
> 1> _Scalar=double,
> 1> _Rows=4,
> 1> _Cols=4
> 1> ]
> 1>h:\dev\cpp\svn\repository\cpp\examples\matrix\include\eigen\eigen\src/Core/Matrix.h(130)
> : warning C4305: 'specialization': Verkürzung von 'int' in 'bool'
> 1> .\src\MatrixTest.cpp(129): Siehe Verweis auf die Instanziierung
> der gerade kompilierten Klassen-template
> "Eigen::Matrix<_Scalar,_Rows,_Cols>".
> 1> with
> 1> [
> 1> _Scalar=double,
> 1> _Rows=10000,
> 1> _Cols=10000
> 1> ]
>
>
> How do I get rid of this warnings?
>
> Matthias
>
> ---
>
>
---