From 8f4536e852a9fa6ec30a0c5a2d0f0904d9d8476f Mon Sep 17 00:00:00 2001 From: Eugene Zhulenev Date: Tue, 3 Dec 2019 16:39:05 -0800 Subject: Capture TensorMap by value inside tensor expression AST --- unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h b/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h index 4aec83cff..4f7fd340e 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h @@ -201,18 +201,6 @@ struct nested > }; -template class MakePointer> -struct nested > -{ - typedef const TensorMapEIGEN_DEVICE_REF type; -}; - -template class MakePointer> -struct nested > -{ - typedef const TensorMapEIGEN_DEVICE_REF type; -}; - template struct nested > { -- cgit v1.2.3