From 409e82be06bd6e0e3772f57cc3cc19c35743d09c Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 28 Aug 2008 23:25:27 +0000 Subject: doc and use sed to clean the class hierarchy instead of preprocessor directives. --- Eigen/src/Core/NestByValue.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Eigen/src/Core/NestByValue.h') diff --git a/Eigen/src/Core/NestByValue.h b/Eigen/src/Core/NestByValue.h index 198e9df78..86d8795cd 100644 --- a/Eigen/src/Core/NestByValue.h +++ b/Eigen/src/Core/NestByValue.h @@ -52,11 +52,7 @@ struct ei_traits > }; template class NestByValue -#ifndef EIGEN_PARSED_BY_DOXYGEN : public MatrixBase > -#else - : public MatrixBase -#endif { public: -- cgit v1.2.3