bug #1132: add EIGEN_MAPBASE_PLUGIN

This commit is contained in:
Gael Guennebaud
2015-12-11 11:43:49 +01:00
parent c684a07eba
commit 82152f2ae6
2 changed files with 5 additions and 0 deletions

View File

@@ -155,6 +155,10 @@ template<typename Derived> class MapBase<Derived, ReadOnlyAccessors>
checkSanity();
}
#ifdef EIGEN_MAPBASE_PLUGIN
#include EIGEN_MAPBASE_PLUGIN
#endif
protected:
EIGEN_DEVICE_FUNC