X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d4e135c16a74f7a443a518115fe8930694ddfb0..72d32c4e88a57f4786f62fec48a1bfa454adbff9:/src/mc/mc_hash.hpp diff --git a/src/mc/mc_hash.hpp b/src/mc/mc_hash.hpp index 9c9cbf150d..03110a7654 100644 --- a/src/mc/mc_hash.hpp +++ b/src/mc/mc_hash.hpp @@ -9,14 +9,12 @@ #include "xbt/base.h" #include "src/mc/mc_forward.hpp" -namespace simgrid { -namespace mc { +namespace simgrid::mc { using hash_type = std::uint64_t; XBT_PRIVATE hash_type hash(simgrid::mc::Snapshot const& snapshot); -} -} +} // namespace simgrid::mc #endif