holy crap, i had disabled all static asserts in 71f023de3e7a41f456d538d4cdb75c72b90dcc75

This commit is contained in:
Benoit Jacob 2010-11-22 08:21:30 -05:00
parent d8396a8da0
commit a3f214ade9

View File

@ -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"