mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-23 18:20:47 +08:00
It is just not that easy and requires more work to get it done right.
This commit is contained in:
parent
a382963b04
commit
66fe5a5f36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user