Implement c++03 compatible fix for changeset 7a43af1a33

(grafted from f0a4642bab
)
This commit is contained in:
Gael Guennebaud
2019-10-09 16:00:57 +02:00
parent 74d474e7df
commit a7d6a65d49
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;