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 //