Implement c++03 compatible fix for changeset 7a43af1a33

This commit is contained in:
Gael Guennebaud
2019-10-09 16:00:57 +02:00
parent 196de2efe3
commit f0a4642bab
2 changed files with 2 additions and 1 deletions

View File

@@ -231,6 +231,8 @@ namespace internal {
protected:
typedef fftw_plan<Scalar> PlanData;
typedef Eigen::numext::int64_t int64_t;
typedef std::map<int64_t,PlanData> PlanMap;
PlanMap m_plans;