X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f..28b9e83a90c238b71d27f5cb3c6596906a3d4641:/src/mc/sosp/PageStore.hpp diff --git a/src/mc/sosp/PageStore.hpp b/src/mc/sosp/PageStore.hpp index 2311e33d12..034512c121 100644 --- a/src/mc/sosp/PageStore.hpp +++ b/src/mc/sosp/PageStore.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2021. 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