aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Constants.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-03-12 20:25:36 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-03-12 20:25:36 +0100
commitaceae8314b80fbf96e8dc1b0d45c1e99951e770c (patch)
tree104092d963218d6ba390e487b5b30cb6985a9ed4 /Eigen/src/Core/util/Constants.h
parent16d4c7a5e80cc1bcda3eb5d3eb9c5e890d47b2b5 (diff)
Resurect EvalBeforeNestingBit to control nested_eval
Diffstat (limited to 'Eigen/src/Core/util/Constants.h')
-rw-r--r--Eigen/src/Core/util/Constants.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Eigen/src/Core/util/Constants.h b/Eigen/src/Core/util/Constants.h
index d9e51ffea..64efac8e9 100644
--- a/Eigen/src/Core/util/Constants.h
+++ b/Eigen/src/Core/util/Constants.h
@@ -53,9 +53,8 @@ const int Infinity = -1;
const unsigned int RowMajorBit = 0x1;
/** \ingroup flags
- * \deprecated
* means the expression should be evaluated by the calling expression */
-const unsigned int EvalBeforeNestingBit = 0x2; // FIXME deprecated
+const unsigned int EvalBeforeNestingBit = 0x2;
/** \ingroup flags
* \deprecated