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

@@ -11,7 +11,7 @@
#include <Eigen/Core>
#ifdef EIGEN_HAVE_RVALUE_REFERENCES
#ifdef EIGEN_HAS_RVALUE_REFERENCES
template <typename MatrixType>
void rvalue_copyassign(const MatrixType& m)
{