Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Add code to support std::tuple for std::unordered_map
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 13 Apr 2018 07:26:54 +0000 (09:26 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 13 Apr 2018 08:28:14 +0000 (10:28 +0200)
This is currently in the replay file because it's only needed there.
I hope that a better solution can be proposed (or we should move
this to a header file).

The reason for adding this code here is that it will be used in
future commits (for identifying replay send/recv actions through
triplets, (src,dst,tag)).

This commit has been split from others to make the commits smaller.


No differences found