From 6dd93fc76e123fcac287fa937cf28ca474e731ba Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 27 Feb 2013 23:52:10 +0100 Subject: [PATCH] The ref unit test cannot be easily written to work with EIGEN_DEFAULT_TO_ROW_MAJOR --- test/ref.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/ref.cpp b/test/ref.cpp index bdc948433..9c24f3a4f 100644 --- a/test/ref.cpp +++ b/test/ref.cpp @@ -7,6 +7,11 @@ // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. +// This unit test cannot be easily written to work with EIGEN_DEFAULT_TO_ROW_MAJOR +#ifdef EIGEN_DEFAULT_TO_ROW_MAJOR +#undef EIGEN_DEFAULT_TO_ROW_MAJOR +#endif + static int nb_temporaries; void on_temporary_creation(int size) {