From a3f214ade9a29515123e15f996b8c0b51af1fd54 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Mon, 22 Nov 2010 08:21:30 -0500 Subject: [PATCH] holy crap, i had disabled all static asserts in 71f023de3e7a41f456d538d4cdb75c72b90dcc75 --- Eigen/Core | 2 -- 1 file changed, 2 deletions(-) diff --git a/Eigen/Core b/Eigen/Core index 48a5cb2c1..d38996754 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -26,8 +26,6 @@ #ifndef EIGEN_CORE_H #define EIGEN_CORE_H -#define EIGEN_NO_STATIC_ASSERT - // first thing Eigen does: prevent MSVC from committing suicide #include "src/Core/util/DisableMSVCWarnings.h"