mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-20 22:52:51 +08:00
Define EIGEN_HAS_INDEX_LIST whenever the class is defined. This makes it easier to support compilers that are cxx11 compliant and compilers that aren't.
This commit is contained in:
parent
b756f6af5e
commit
7a243959b4
@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
#if defined(EIGEN_HAS_CONSTEXPR) && defined(EIGEN_HAS_VARIADIC_TEMPLATES)
|
#if defined(EIGEN_HAS_CONSTEXPR) && defined(EIGEN_HAS_VARIADIC_TEMPLATES)
|
||||||
|
|
||||||
|
#define EIGEN_HAS_INDEX_LIST
|
||||||
|
|
||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
|
|
||||||
/** \internal
|
/** \internal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user