Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[project-description] Fix extraction of the ns-3 version.
[simgrid.git] / src / mc / sosp / PageStore.hpp
index e43be42..6079621 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2015-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -17,8 +17,7 @@
 #define XBT_ALWAYS_INLINE inline __attribute__((always_inline))
 #endif
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 /** @brief Storage for snapshot memory pages
  *
@@ -189,7 +188,6 @@ XBT_ALWAYS_INLINE std::size_t PageStore::capacity() const
   return this->capacity_;
 }
 
-} // namespace mc
-} // namespace simgrid
+} // namespace simgrid::mc
 
 #endif