From 66fe5a5f36c80c64fb6078c7e7cb089057bff96f Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Sat, 24 Oct 2009 14:48:34 +0200 Subject: [PATCH] It is just not that easy and requires more work to get it done right. --- Eigen/src/Core/util/Macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index 706b30174..5ee17e91e 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -256,7 +256,7 @@ using Eigen::ei_cos; // C++0x features #if defined(__GXX_EXPERIMENTAL_CXX0X__) || (defined(_MSC_VER) && (_MSC_VER >= 1600)) - #define EIGEN_REF_TO_TEMPORARY && + #define EIGEN_REF_TO_TEMPORARY const & #else #define EIGEN_REF_TO_TEMPORARY const & #endif