From 8106d354089d5699d37f1e3ed16709bc9a0334e5 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 18 Dec 2008 20:48:02 +0000 Subject: Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside of Eigen, and add a MSVC-friendly path in StaticAssert. --- Eigen/SVD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Eigen/SVD') diff --git a/Eigen/SVD b/Eigen/SVD index cd40804ae..f006a4b91 100644 --- a/Eigen/SVD +++ b/Eigen/SVD @@ -3,6 +3,8 @@ #include "Core" +#include "src/Core/util/DisableMSVCWarnings.h" + namespace Eigen { /** \defgroup SVD_Module SVD module @@ -19,4 +21,6 @@ namespace Eigen { } // namespace Eigen +#include "src/Core/util/EnableMSVCWarnings.h" + #endif // EIGEN_SVD_MODULE_H -- cgit v1.2.3