aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/rvalue_types.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-05-20 14:48:51 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-05-20 14:48:51 +0200
commitf43ae88892be4dddf895043d2c51ef354a404a00 (patch)
tree1e685d234773b6e020591c7e3a65bc4d48d12e53 /test/rvalue_types.cpp
parent8d6bd5691be9f7323c11dc179cf7121b3619428b (diff)
Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCES
Diffstat (limited to 'test/rvalue_types.cpp')
-rw-r--r--test/rvalue_types.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rvalue_types.cpp b/test/rvalue_types.cpp
index 3eebfc61b..b4eda140c 100644
--- a/test/rvalue_types.cpp
+++ b/test/rvalue_types.cpp
@@ -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)
{