From 668ab3fc474e54c7919eda4fbaf11f3a99246494 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Fri, 18 Oct 2019 16:42:00 -0700 Subject: Drop support for c++03 in Eigen tensor. Get rid of some code used to emulate c++11 functionality with older compilers. --- unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h b/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h index 97ac96db1..11cec3d1c 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h @@ -76,13 +76,8 @@ struct ExpressionHasTensorBroadcastingOp< * Default strategy: the expression is evaluated sequentially with a single cpu * thread, without vectorization and block evaluation. */ -#if EIGEN_HAS_CXX11 template -#else - template -#endif class TensorExecutor { public: typedef typename Expression::Index StorageIndex; -- cgit v1.2.3