X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..712342db42f94bebed81360f566b1a0b85fb0735:/src/mc/mc_hash.hpp diff --git a/src/mc/mc_hash.hpp b/src/mc/mc_hash.hpp index 7e4e97d311..3d6436c2a8 100644 --- a/src/mc/mc_hash.hpp +++ b/src/mc/mc_hash.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -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);