Remove deprecated Flagged expression.

This commit is contained in:
Gael Guennebaud
2015-09-02 14:53:50 +02:00
parent 6522c3a6f0
commit b5ad3d2cf7
4 changed files with 1 additions and 142 deletions

View File

@@ -317,7 +317,7 @@ template<typename Derived> class DenseBase
EIGEN_DEVICE_FUNC
CommaInitializer<Derived> operator<< (const Scalar& s);
// TODO flagged is temporarly disabled. It seems useless now
/** \deprecated it now returns \c *this */
template<unsigned int Added,unsigned int Removed>
EIGEN_DEPRECATED
const Derived& flagged() const