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

@@ -147,7 +147,7 @@ class Array
}
#endif
#ifdef EIGEN_HAVE_RVALUE_REFERENCES
#ifdef EIGEN_HAS_RVALUE_REFERENCES
EIGEN_DEVICE_FUNC
Array(Array&& other)
: Base(std::move(other))