From fcecafde3aac795a50c32dc5c91a0ed59b4819ed Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Thu, 30 Oct 2014 21:58:14 -0700 Subject: [PATCH] Fixed a compilation error with clang --- unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h b/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h index a753c5a48..1af2d7bcd 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h @@ -187,13 +187,6 @@ class TensorFixedSize : public TensorBase EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFixedSize& operator=(const OtherDerived& other)