From 68fe80861c5c674ed1a29a86aafc8347236a31a1 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 13 Dec 2010 09:56:13 +0100 Subject: Fix bug #133: remove the EIGEN_RESTRICT which was useless here anyway --- Eigen/src/Core/MapBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/MapBase.h') diff --git a/Eigen/src/Core/MapBase.h b/Eigen/src/Core/MapBase.h index 435d9c09d..42e36903d 100644 --- a/Eigen/src/Core/MapBase.h +++ b/Eigen/src/Core/MapBase.h @@ -172,7 +172,7 @@ template class MapBase && "data is not aligned"); } - PointerType EIGEN_RESTRICT m_data; + PointerType m_data; const internal::variable_if_dynamic m_rows; const internal::variable_if_dynamic m_cols; }; -- cgit v1.2.3