aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Swap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Core/Swap.h')
-rw-r--r--Eigen/src/Core/Swap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/src/Core/Swap.h b/Eigen/src/Core/Swap.h
index e7d525572..9a1c5f4f8 100644
--- a/Eigen/src/Core/Swap.h
+++ b/Eigen/src/Core/Swap.h
@@ -12,7 +12,7 @@
namespace Eigen {
-// #ifndef EIGEN_TEST_EVALUATORS
+#ifndef EIGEN_TEST_EVALUATORS
/** \class SwapWrapper
* \ingroup Core_Module
@@ -137,7 +137,7 @@ template<typename ExpressionType> class SwapWrapper
ExpressionType& m_expression;
};
-// #endif
+#endif
#ifdef EIGEN_ENABLE_EVALUATORS