From 3e502abfdac8e9ca3afdcd66522f94cbfc192608 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 27 Oct 2008 18:09:37 +0000 Subject: [PATCH] add Eigen namespace in EIGEN_STATIC_ASSERT --- Eigen/src/Core/util/StaticAssert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/util/StaticAssert.h b/Eigen/src/Core/util/StaticAssert.h index fbaf676de..79174a51d 100644 --- a/Eigen/src/Core/util/StaticAssert.h +++ b/Eigen/src/Core/util/StaticAssert.h @@ -74,7 +74,7 @@ }; #define EIGEN_STATIC_ASSERT(CONDITION,MSG) \ - if (ei_static_assert::MSG) {} + if (Eigen::ei_static_assert::MSG) {} #endif // CXX0X