Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / mc / mc_hash.hpp
index 9c9cbf1..03110a7 100644 (file)
@@ -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