X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d28d93b90eedd2a49da8b9b990296669e46d05c..a6d5fdeb22df5f5b1ca02a3dad8ba6094202a4f3:/src/mc/sosp/PageStore.hpp diff --git a/src/mc/sosp/PageStore.hpp b/src/mc/sosp/PageStore.hpp index e43be427b6..034512c121 100644 --- a/src/mc/sosp/PageStore.hpp +++ b/src/mc/sosp/PageStore.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2023. 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