Enable evaluators by default

This commit is contained in:
Gael Guennebaud
2014-08-29 15:31:32 +02:00
parent 124d12a915
commit c1d0f15bde
3 changed files with 15 additions and 8 deletions

View File

@@ -7,6 +7,10 @@
#undef EIGEN_TEST_EVALUATORS
#endif
#ifdef EIGEN_TEST_NO_EVALUATORS
#undef EIGEN_TEST_NO_EVALUATORS
#endif
#include "main.h"
namespace Eigen {