aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Cwise.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Core/Cwise.h')
-rw-r--r--Eigen/src/Core/Cwise.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/src/Core/Cwise.h b/Eigen/src/Core/Cwise.h
index 0f81a8a4b..c3a15e307 100644
--- a/Eigen/src/Core/Cwise.h
+++ b/Eigen/src/Core/Cwise.h
@@ -95,7 +95,6 @@ template<typename ExpressionType> class Cwise
const EIGEN_CWISE_UNOP_RETURN_TYPE(ei_scalar_sin_op) sin() const;
const EIGEN_CWISE_UNOP_RETURN_TYPE(ei_scalar_pow_op) pow(const Scalar& exponent) const;
-
const ScalarAddReturnType
operator+(const Scalar& scalar) const;