Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCES

This commit is contained in:
Gael Guennebaud
2016-05-20 14:48:51 +02:00
parent 8d6bd5691b
commit f43ae88892
7 changed files with 9 additions and 9 deletions

View File

@@ -309,7 +309,7 @@ class TensorFixedSize : public TensorBase<TensorFixedSize<Scalar_, Dimensions_,
{
}
#ifdef EIGEN_HAVE_RVALUE_REFERENCES
#ifdef EIGEN_HAS_RVALUE_REFERENCES
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorFixedSize(Self&& other)
: m_storage(other.m_storage)
{