From: Augustin Degomme Date: Fri, 25 Aug 2017 23:25:55 +0000 (+0200) Subject: this has to be ordered as MPI allows access to items with an index X-Git-Tag: v3_17~204^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0afea9ca4870d1137966c9f37607f7ea893b1944?ds=sidebyside this has to be ordered as MPI allows access to items with an index --- diff --git a/src/smpi/include/smpi_info.hpp b/src/smpi/include/smpi_info.hpp index 2812182e34..61eccb2272 100644 --- a/src/smpi/include/smpi_info.hpp +++ b/src/smpi/include/smpi_info.hpp @@ -10,14 +10,14 @@ #include "smpi/smpi.h" #include "smpi_f2c.hpp" #include -#include +#include namespace simgrid{ namespace smpi{ class Info : public F2C{ private: - std::unordered_map map_; + std::map map_; int refcount_ = 1; public: