]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/sosp/ChunkedData.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / mc / sosp / ChunkedData.cpp
index d3fc11146aefba7ee525160543f2ca2bdf536d9a..b3c0cb83cc1258a9fa296e4190c1e0a7fb5cf2f7 100644 (file)
@@ -6,8 +6,7 @@
 #include "src/mc/AddressSpace.hpp"
 #include "src/mc/sosp/ChunkedData.hpp"
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 /** Take a per-page snapshot of a region
  *
@@ -39,5 +38,4 @@ ChunkedData::ChunkedData(PageStore& store, const AddressSpace& as, RemotePtr<voi
   }
 }
 
-} // namespace mc
-} // namespace simgrid
+} // namespace simgrid::mc