aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Constants.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-02-20 15:25:06 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-02-20 15:25:06 +0100
commitb2e1453e1e81132381bfb5cd46ec5a66ec55b3c6 (patch)
treebf258431453da1b68a32f924da8ac545e5882fc4 /Eigen/src/Core/util/Constants.h
parent96213335451c821f1b969ffbce5b6e73e5e55ca3 (diff)
Some bit flags and internal structures are deprecated
Diffstat (limited to 'Eigen/src/Core/util/Constants.h')
-rw-r--r--Eigen/src/Core/util/Constants.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Eigen/src/Core/util/Constants.h b/Eigen/src/Core/util/Constants.h
index 14449eb6c..d9e51ffea 100644
--- a/Eigen/src/Core/util/Constants.h
+++ b/Eigen/src/Core/util/Constants.h
@@ -53,14 +53,14 @@ 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;
+const unsigned int EvalBeforeNestingBit = 0x2; // FIXME deprecated
/** \ingroup flags
- *
+ * \deprecated
* means the expression should be evaluated before any assignment */
-const unsigned int EvalBeforeAssigningBit = 0x4;
+const unsigned int EvalBeforeAssigningBit = 0x4; // FIXME deprecated
/** \ingroup flags
*