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