add Eigen namespace in EIGEN_STATIC_ASSERT

This commit is contained in:
Gael Guennebaud 2008-10-27 18:09:37 +00:00
parent b26e04f40b
commit 3e502abfda

View File

@ -74,7 +74,7 @@
};
#define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
if (ei_static_assert<CONDITION ? true : false>::MSG) {}
if (Eigen::ei_static_assert<CONDITION ? true : false>::MSG) {}
#endif // CXX0X