mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 04:09:10 +08:00
Added alternative C++11 detection.
This commit is contained in:
parent
097a105603
commit
8a89ba9275
@ -104,6 +104,7 @@
|
|||||||
|
|
||||||
// Do we support r-value references?
|
// Do we support r-value references?
|
||||||
#if (__has_feature(cxx_rvalue_references) || \
|
#if (__has_feature(cxx_rvalue_references) || \
|
||||||
|
(defined(__cplusplus) && __cplusplus >= 201103L) || \
|
||||||
defined(__GXX_EXPERIMENTAL_CXX0X__) || \
|
defined(__GXX_EXPERIMENTAL_CXX0X__) || \
|
||||||
(defined(_MSC_VER) && _MSC_VER >= 1600))
|
(defined(_MSC_VER) && _MSC_VER >= 1600))
|
||||||
#define EIGEN_HAVE_RVALUE_REFERENCES
|
#define EIGEN_HAVE_RVALUE_REFERENCES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user