AutoDiff: fix unary operator-

This commit is contained in:
Gael Guennebaud 2011-05-12 22:27:51 +02:00
parent e22a523021
commit ae3b6cc324

View File

@ -213,7 +213,6 @@ class AutoDiffScalar
return *this;
}
template<typename OtherDerType>
inline const AutoDiffScalar<CwiseUnaryOp<internal::scalar_opposite_op<Scalar>, const DerType> >
operator-() const
{