From a7b7f3ca8a25bfef4058d8a212cdc504bf5aa50e Mon Sep 17 00:00:00 2001 From: Eugene Zhulenev Date: Tue, 23 Apr 2019 17:23:19 -0700 Subject: Add missing EIGEN_DEPRECATED annotations to deprecated functions and fix few other doxygen warnings --- Eigen/src/Core/Reshaped.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/Reshaped.h') diff --git a/Eigen/src/Core/Reshaped.h b/Eigen/src/Core/Reshaped.h index c955815e6..a78fd880f 100644 --- a/Eigen/src/Core/Reshaped.h +++ b/Eigen/src/Core/Reshaped.h @@ -12,6 +12,7 @@ #define EIGEN_RESHAPED_H namespace Eigen { +namespace internal { /** \class Reshaped * \ingroup Core_Module @@ -43,7 +44,6 @@ namespace Eigen { * \sa DenseBase::reshaped(NRowsType,NColsType) */ -namespace internal { template struct traits > : traits { -- cgit v1.2.3