Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use unordered_map instead of map for sake of speed
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 26 May 2016 22:22:05 +0000 (00:22 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 26 May 2016 22:26:30 +0000 (00:26 +0200)
an also hopefully to avoid a FTBFS on travis:

/home/travis/build/simgrid/simgrid/src/smpi/private.hpp:13:36: error:
  wrong number of template arguments (2, should be 4)

/usr/include/boost/detail/container_fwd.hpp:132:73: error: provided
  for ‘template<class Key, class T, class Compare, class Allocator>
  class std::map’


No differences found