Re: [eigen] Re: XLC Port: Part II - External definition of a template member function of a template class causing the problems? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
Have you checked that there's not already something called ei_traits outside of eigen ? Probably related to the compiler you're using.
++
Thomas
--
Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
http://www.freehackers.org/thomas
In data mercoledì 27 gennaio 2010 12:05:26, Aron Ahmadia ha scritto:
> Some more notes from testing the Eigen source. I've identified the
> template parameter which triggers 'does not match the template
> parameter "class T"', it is the following line in
> ForwardDeclarations.h:
>
> template<typename T> struct ei_traits;
>
> Somehow the compiler is tripping on the ei_traits declarations and
> definitions, but it's not clear to me in what manner.