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:
Benoit Steiner 2015-07-16 13:14:18 -07:00
parent b756f6af5e
commit 7a243959b4

View File

@ -12,6 +12,8 @@
#if defined(EIGEN_HAS_CONSTEXPR) && defined(EIGEN_HAS_VARIADIC_TEMPLATES)
#define EIGEN_HAS_INDEX_LIST
namespace Eigen {
/** \internal