Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / mc / mc_private.hpp
index d026f59..fc37957 100644 (file)
@@ -19,8 +19,7 @@ XBT_PRIVATE void MC_init_dot_output();
 XBT_PRIVATE extern FILE* dot_output;
 
 /********************************** Miscellaneous **********************************/
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 XBT_PRIVATE void find_object_address(std::vector<simgrid::xbt::VmMap> const& maps,
                                      simgrid::mc::ObjectInformation* result);
@@ -30,7 +29,6 @@ bool snapshot_equal(const Snapshot* s1, const Snapshot* s2);
 
 // Move is somewhere else (in the LivenessChecker class, in the Session class?):
 extern XBT_PRIVATE xbt_automaton_t property_automaton;
-}
-}
+} // namespace simgrid::mc
 
 #endif