aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
diff options
context:
space:
mode:
authorGravatar Rasmus Larsen <rmlarsen@google.com>2019-12-02 18:23:11 +0000
committerGravatar Rasmus Larsen <rmlarsen@google.com>2019-12-02 18:23:11 +0000
commit3b15373bb3b0cf13986d8e8579ee0e6ee0359631 (patch)
tree2e902e849b0fbeb6594c2c39a7f42d2662cdd1b0 /Eigen/src/Core/util
parent312c8e77ff653d718cf4b318c9633d4b45bb725f (diff)
parent82a47338df28b0ca1013ddad61ac4dee52e47ac7 (diff)
Merged in ezhulenev/eigen-02 (pull request PR-767)
Fix shadow warnings in AlignedBox and SparseBlock
Diffstat (limited to 'Eigen/src/Core/util')
-rw-r--r--Eigen/src/Core/util/Constants.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Eigen/src/Core/util/Constants.h b/Eigen/src/Core/util/Constants.h
index a5f63a9b5..7ada82195 100644
--- a/Eigen/src/Core/util/Constants.h
+++ b/Eigen/src/Core/util/Constants.h
@@ -255,12 +255,6 @@ enum AlignmentType {
};
/** \ingroup enums
- * Enum used by DenseBase::corner() in Eigen2 compatibility mode. */
-// FIXME after the corner() API change, this was not needed anymore, except by AlignedBox
-// TODO: find out what to do with that. Adapt the AlignedBox API ?
-enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight };
-
-/** \ingroup enums
* Enum containing possible values for the \p Direction parameter of
* Reverse, PartialReduxExpr and VectorwiseOp. */
enum DirectionType {