From f43ae88892be4dddf895043d2c51ef354a404a00 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 20 May 2016 14:48:51 +0200 Subject: Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCES --- test/rvalue_types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rvalue_types.cpp') 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 -#ifdef EIGEN_HAVE_RVALUE_REFERENCES +#ifdef EIGEN_HAS_RVALUE_REFERENCES template void rvalue_copyassign(const MatrixType& m) { -- cgit v1.2.3