add Eigen namespace in EIGEN_STATIC_ASSERT
This commit is contained in:
parent
b26e04f40b
commit
3e502abfda
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user