From f6ac51a054975475ca1181acdeeaac677c07525c Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Fri, 23 Sep 2016 16:45:17 -0700 Subject: Made TensorEvalTo compatible with c++0x again. --- unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h b/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h index 3dab6da99..9d5cf1a8c 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h @@ -119,7 +119,7 @@ struct TensorEvaluator, Device> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~TensorEvaluator() { } - typedef typename internal::traits>::template MakePointer::Type DevicePointer; + typedef typename internal::traits >::template MakePointer::Type DevicePointer; EIGEN_DEVICE_FUNC const Dimensions& dimensions() const { return m_impl.dimensions(); } EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded(DevicePointer scalar) { -- cgit v1.2.3