mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-07 21:51:47 +08:00
fix eigen2 support test compilation with ICC
This commit is contained in:
parent
bababb5bd6
commit
bef5ada15a
@ -29,6 +29,10 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#ifdef NDEBUG
|
||||||
|
#undef NDEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef EIGEN_TEST_FUNC
|
#ifndef EIGEN_TEST_FUNC
|
||||||
#error EIGEN_TEST_FUNC must be defined
|
#error EIGEN_TEST_FUNC must be defined
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user