From: Anthony Geay Date: Fri, 31 Aug 2018 13:33:08 +0000 (+0200) Subject: to iterate with Adrien X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7b8b8905b35189845c4d3173501d52df344bfef3;p=tools%2Fmedcoupling.git to iterate with Adrien --- diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index b96febeff..d186df667 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -54,6 +54,13 @@ template class MEDCoupling::DataArrayIterator; template class MEDCoupling::DataArrayDiscrete; template class MEDCoupling::DataArrayDiscreteSigned; +// Anthony: for windows porting and OK for gcc. Iteration with ABN needed +#ifdef WIN32 +template class MEDCoupling::DataArrayTuple; +template class MEDCoupling::DataArrayTuple; +template class MEDCoupling::DataArrayTuple; +#endif + // [ABN] : Newest Intel compilers need this: template Traits::ArrayType* MEDCoupling::DataArrayTuple::buildDA(int, int) const; template Traits::ArrayType* MEDCoupling::DataArrayTuple::buildDA(int, int) const;