aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-12-18 20:48:02 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-12-18 20:48:02 +0000
commit8106d354089d5699d37f1e3ed16709bc9a0334e5 (patch)
tree4d3fa36cdb4fc2688b19ed7687934f1b36a4ef4c /Eigen/Cholesky
parentfabaa6915be063a5390ad78c4ddd86b335691418 (diff)
Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside
of Eigen, and add a MSVC-friendly path in StaticAssert.
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky4
1 files changed, 4 insertions, 0 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index ddde61a31..3c3ffb936 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -3,6 +3,8 @@
#include "Core"
+#include "src/Core/util/DisableMSVCWarnings.h"
+
// Note that EIGEN_HIDE_HEAVY_CODE has to be defined per module
#if (defined EIGEN_EXTERN_INSTANTIATIONS) && (EIGEN_EXTERN_INSTANTIATIONS>=2)
#ifndef EIGEN_HIDE_HEAVY_CODE
@@ -57,4 +59,6 @@ namespace Eigen {
} // namespace Eigen
#endif
+#include "src/Core/util/EnableMSVCWarnings.h"
+
#endif // EIGEN_CHOLESKY_MODULE_H