Merged in ezhulenev/eigen-02 (pull request PR-767)

Fix shadow warnings in AlignedBox and SparseBlock
This commit is contained in:
Rasmus Larsen
2019-12-02 18:23:11 +00:00
2 changed files with 0 additions and 8 deletions

View File

@@ -254,12 +254,6 @@ enum AlignmentType {
#endif
};
/** \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. */