2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-02-23 18:20:47 +08:00

oops forgot to include a file in previous commit (I had other local

changes I did not want to commit yet...)
This commit is contained in:
Gael Guennebaud 2009-03-26 07:10:59 +00:00
parent a22ef7e1f3
commit 62de40f8bb

View File

@ -73,11 +73,7 @@ template<typename T> struct ei_functor_traits
};
};
template<typename T> struct ei_packet_traits
{
typedef T type;
enum {size=1};
};
template<typename T> struct ei_packet_traits;
template<typename T> struct ei_unpacket_traits
{