Re: [eigen] matrix exponential with c++0x

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


The problem was that the template parameter named "Functor" clashed
with the class named "Functor". That is why I renamed the template
parameter. I only used the typedef to keep the lines changed to a
minimum. An alternative would be to rename the class.

I thought prepending "_" to template parameters was an Eigen standard
precisely to avoid name clashes when the names are very generic, like
_Scalar, _Rows, _Cols and _Options in class Matrix.

Anyhow, I'm sorry I broke compilation with GNU, I didn't bother
recompiling since the change was so trivial. I'll look into it.

> Uh, and I know that Visual Studio accepts this without complaining - this is why I never really seem to learn it.
Sorry, I didn't quite get that.

Björn



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