mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
add Eigen namespace in EIGEN_STATIC_ASSERT
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
#define EIGEN_STATIC_ASSERT(CONDITION,MSG) \
|
#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
|
#endif // CXX0X
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user