From 64c49de7baf6b843739b170d61aebc744d943ba9 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 5 May 2008 17:19:47 +0000 Subject: * split PacketMath.h to SSE and Altivec specific files * improved the flexibility of the new product implementation, now all sizes seems to be properly handled. --- Eigen/src/Core/util/Meta.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Eigen/src/Core/util/Meta.h') diff --git a/Eigen/src/Core/util/Meta.h b/Eigen/src/Core/util/Meta.h index 19768c1ca..264802b9b 100644 --- a/Eigen/src/Core/util/Meta.h +++ b/Eigen/src/Core/util/Meta.h @@ -189,6 +189,9 @@ template class ei_eval template struct ei_unref { typedef T type; }; template struct ei_unref { typedef T type; }; +template struct ei_unconst { typedef T type; }; +template struct ei_unconst { typedef T type; }; + template struct ei_is_temporary { enum { ret = 0 }; -- cgit v1.2.3