Make EIGEN_HAS_RVALUE_REFERENCES user configurable

This commit is contained in:
Gael Guennebaud
2016-05-20 14:54:20 +02:00
parent f43ae88892
commit 48bf5ec216
7 changed files with 13 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
#include <Eigen/Core>
#ifdef EIGEN_HAS_RVALUE_REFERENCES
#if EIGEN_HAS_RVALUE_REFERENCES
template <typename MatrixType>
void rvalue_copyassign(const MatrixType& m)
{