aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2015-02-06 02:51:59 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2015-02-06 02:51:59 -0800
commitdcb2a8b184c43f9b638406c39c1636e1ff2b1e23 (patch)
tree9b037538cd7d8e63409547eedede65d15c5c0948 /unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
parentf64045a060ae22c6445b78ecea3783cef7c1ca3b (diff)
Added the EIGEN_HAS_CONSTEXPR define
Gate the tensor index list code based on the value of EIGEN_HAS_CONSTEXPR
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h b/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
index c94ed977e..eed0a9f05 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
@@ -10,7 +10,7 @@
#ifndef EIGEN_CXX11_TENSOR_TENSOR_INDEX_LIST_H
#define EIGEN_CXX11_TENSOR_TENSOR_INDEX_LIST_H
-#if __cplusplus > 199711L
+#ifdef EIGEN_HAS_CONSTEXPR
namespace Eigen {