introduce the 3 stages of eigen2 support, writing to the mailing list about that in Eigen2 to Eigen3 Migration Path thread

This commit is contained in:
Benoit Jacob
2011-01-21 09:51:03 -05:00
parent 34d93686db
commit cc2b7a5397
6 changed files with 75 additions and 13 deletions

View File

@@ -1,10 +1,11 @@
#ifndef EIGEN_ARRAY_MODULE_H
#define EIGEN_ARRAY_MODULE_H
// include Core first to handle Eigen2 support macros
#include "Core"
#ifndef EIGEN2_SUPPORT
#error The Eigen/Array header does no longer exist in Eigen3. All that functionality has moved to Eigen/Core.
#endif
#include "Core"
#endif // EIGEN_ARRAY_MODULE_H