From b9fe79153b87d99022859bd65547a7c67e01c41d Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 1 Mar 2013 14:42:36 +0100 Subject: Fix a couple of remaining warnings (missing newlines, inline-noinline, meaningless type qualifiers) --- Eigen/src/Core/VectorwiseOp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/src/Core/VectorwiseOp.h') diff --git a/Eigen/src/Core/VectorwiseOp.h b/Eigen/src/Core/VectorwiseOp.h index 862c0f336..f48ec884c 100644 --- a/Eigen/src/Core/VectorwiseOp.h +++ b/Eigen/src/Core/VectorwiseOp.h @@ -103,8 +103,8 @@ class PartialReduxExpr : internal::no_assignment_operator, #define EIGEN_MEMBER_FUNCTOR(MEMBER,COST) \ template \ - struct member_##MEMBER { \ - EIGEN_EMPTY_STRUCT_CTOR(member_##MEMBER) \ + struct member_##MEMBER { \ + EIGEN_EMPTY_STRUCT_CTOR(member_##MEMBER) \ typedef ResultType result_type; \ template struct Cost \ { enum { value = COST }; }; \ -- cgit v1.2.3