From 0b362e0c9ab1670e73fc8ae951d765f686342882 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 12 Mar 2014 16:18:54 +0100 Subject: [PATCH] This file is not needed anymore --- Eigen/src/Core/products/CoeffBasedProduct.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Eigen/src/Core/products/CoeffBasedProduct.h b/Eigen/src/Core/products/CoeffBasedProduct.h index 94099b7d3..85e8ac2c7 100644 --- a/Eigen/src/Core/products/CoeffBasedProduct.h +++ b/Eigen/src/Core/products/CoeffBasedProduct.h @@ -13,6 +13,7 @@ namespace Eigen { +#ifndef EIGEN_TEST_EVALUATORS namespace internal { /********************************************************************************* @@ -451,6 +452,8 @@ struct product_packet_impl #endif // EIGEN_TEST_EVALUATORS +#endif //