Re: [eigen] beta4 this weekend

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


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
>
> ---
>
>

---


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