aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-10-30 21:58:14 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-10-30 21:58:14 -0700
commitfcecafde3aac795a50c32dc5c91a0ed59b4819ed (patch)
tree716ba1cff5e8033aec2369c239b5c02e6f7e88a9 /unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h
parentdebc97821c775518afd54e05e19dec9eb0c3bde1 (diff)
Fixed a compilation error with clang
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h7
1 files changed, 0 insertions, 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<TensorFixedSize<Scalar_, Dimensions_,
{
}
-#ifdef EIGEN_HAVE_RVALUE_REFERENCES
- inline TensorFixedSize(Self&& other)
- : m_storage(other.m_storage)
- {
- }
-#endif
-
template<typename OtherDerived>
EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE TensorFixedSize& operator=(const OtherDerived& other)