Hide legacy dense assignment routines with EIGEN_TEST_EVALUATORS

This commit is contained in:
Gael Guennebaud 2014-03-10 09:30:58 +01:00
parent 5c0f294098
commit 354bd8a428

View File

@ -13,7 +13,7 @@
#define EIGEN_ASSIGN_H
namespace Eigen {
#ifndef EIGEN_TEST_EVALUATORS
namespace internal {
/***************************************************************************
@ -487,6 +487,8 @@ struct assign_impl<Derived1, Derived2, SliceVectorizedTraversal, NoUnrolling, Ve
} // end namespace internal
#endif // EIGEN_TEST_EVALUATORS
/***************************************************************************
* Part 4 : implementation of DenseBase methods
***************************************************************************/