From c738cd56ebdafe986c7edeb2621ec25f3c0b29d9 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Tue, 26 Oct 2010 16:47:01 +0200 Subject: Renamed cleantype to remove_all since it is close to remove_{const|pointer|reference}. --- Eigen/src/Core/ArrayWrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/src/Core/ArrayWrapper.h') diff --git a/Eigen/src/Core/ArrayWrapper.h b/Eigen/src/Core/ArrayWrapper.h index 814313f20..d5b8c6804 100644 --- a/Eigen/src/Core/ArrayWrapper.h +++ b/Eigen/src/Core/ArrayWrapper.h @@ -39,7 +39,7 @@ namespace internal { template struct traits > - : public traits::type > + : public traits::type > { typedef ArrayXpr XprKind; }; @@ -127,7 +127,7 @@ class ArrayWrapper : public ArrayBase > namespace internal { template struct traits > - : public traits::type > + : public traits::type > { typedef MatrixXpr XprKind; }; -- cgit v1.2.3