aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/indexed_view.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2018-06-08 16:50:17 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2018-06-08 16:50:17 +0200
commit89d65bb9d6ed8ebc9ce297a3fad90d78ba6cbbbb (patch)
tree11d3bb0e52aa5cc5657756f99c455484086a9857 /test/indexed_view.cpp
parentf05dea6b2326836e5e0243fbaffbece84b833d64 (diff)
bug #1531: expose NumDimensions for compatibility with Tensor
Diffstat (limited to 'test/indexed_view.cpp')
-rw-r--r--test/indexed_view.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/indexed_view.cpp b/test/indexed_view.cpp
index 2d46ffd6b..551dc55b0 100644
--- a/test/indexed_view.cpp
+++ b/test/indexed_view.cpp
@@ -397,10 +397,6 @@ void test_indexed_view()
// }
// static checks of some internals:
-
- #define STATIC_CHECK( COND ) \
- EIGEN_STATIC_ASSERT( (COND) , EIGEN_INTERNAL_ERROR_PLEASE_FILE_A_BUG_REPORT )
-
STATIC_CHECK(( internal::is_valid_index_type<int>::value ));
STATIC_CHECK(( internal::is_valid_index_type<unsigned int>::value ));
STATIC_CHECK(( internal::is_valid_index_type<short>::value ));