From cb4c9a6a9459a1c9bee1b22cabb5e8aa154968d9 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 8 Jun 2018 17:11:45 +0200 Subject: bug #1531: make dedicatd unit testing for NumDimensions --- test/mapped_matrix.cpp | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) (limited to 'test/mapped_matrix.cpp') diff --git a/test/mapped_matrix.cpp b/test/mapped_matrix.cpp index b9f36d8d6..7b9e1fe52 100644 --- a/test/mapped_matrix.cpp +++ b/test/mapped_matrix.cpp @@ -181,49 +181,6 @@ void map_not_aligned_on_scalar() internal::aligned_delete(array1, (size+1)*(size+1)+1); } -#if EIGEN_HAS_CXX11 -template