Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prefer "using" to "typedef".
[simgrid.git] / src / mc / mc_hash.hpp
index 7e4e97d..9fb828f 100644 (file)
@@ -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);