X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f960794190d563e58d57286c7401f0d4e2892d4..12459ed00fdc525ec6e524555dfe80ce7737bab7:/src/mc/mc_hash.hpp diff --git a/src/mc/mc_hash.hpp b/src/mc/mc_hash.hpp index 7e4e97d311..9fb828fbb4 100644 --- a/src/mc/mc_hash.hpp +++ b/src/mc/mc_hash.hpp @@ -12,7 +12,7 @@ namespace simgrid { namespace mc { -typedef std::uint64_t hash_type; +using hash_type = std::uint64_t; XBT_PRIVATE hash_type hash(simgrid::mc::Snapshot const& snapshot);