Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert simgrid::mc::snapshot_equal() into Snapshot::operator==()
[simgrid.git] / src / mc / sosp / PageStore.cpp
index f37ae0869df6ddc4d624b48b25730ae1de4aa1ff..5944652646bb9f7a81057f9eb27cdcdf85a81712 100644 (file)
@@ -19,8 +19,7 @@
 #include <cstring> // memcpy, memcmp
 #include <unistd.h>
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 /** @brief Compute a hash for the given memory page
  *
@@ -156,5 +155,4 @@ std::size_t PageStore::store_page(const void* page)
   return pageno;
 }
 
-} // namespace mc
-} // namespace simgrid
+} // namespace simgrid::mc