mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Hide some deprecated classes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user