It is just not that easy and requires more work to get it done right.

This commit is contained in:
Hauke Heibel 2009-10-24 14:48:34 +02:00
parent a382963b04
commit 66fe5a5f36

View File

@ -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