added a static assertion mechanism

(see notes in Core/util/StaticAssert.h for details)
This commit is contained in:
Gael Guennebaud
2008-06-04 11:16:11 +00:00
parent 60726f91a9
commit 48262b9734
9 changed files with 188 additions and 61 deletions

View File

@@ -40,6 +40,7 @@ namespace Eigen {
#include "src/Core/util/Constants.h"
#include "src/Core/util/ForwardDeclarations.h"
#include "src/Core/util/Meta.h"
#include "src/Core/util/StaticAssert.h"
} // namespace Eigen