From 3de311f497e576d21840c49706910a9d0c21afd4 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 4 Jan 2009 21:23:02 +0000 Subject: [PATCH] oops forgot important parentheses --- Eigen/src/Core/Matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h index 698c8fc5c..4851036e4 100644 --- a/Eigen/src/Core/Matrix.h +++ b/Eigen/src/Core/Matrix.h @@ -118,7 +118,7 @@ struct ei_traits > }; template + bool NeedsToAlign = ((Options&Matrix_AutoAlign) == Matrix_AutoAlign) && Rows!=Dynamic && Cols!=Dynamic && ((sizeof(T)*Rows*Cols)%16==0)> struct ei_matrix_with_aligned_operator_new : WithAlignedOperatorNew {}; template