Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCES

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

View File

@@ -352,7 +352,7 @@
(__has_feature(cxx_rvalue_references) || \
(defined(__cplusplus) && __cplusplus >= 201103L) || \
(EIGEN_COMP_MSVC >= 1600))
#define EIGEN_HAVE_RVALUE_REFERENCES
#define EIGEN_HAS_RVALUE_REFERENCES
#endif
// Does the compiler support C99?