X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f..b58b0ba2f6b92efa234677e19dd998346113504d:/src/xbt/memory_map.hpp?ds=sidebyside diff --git a/src/xbt/memory_map.hpp b/src/xbt/memory_map.hpp index ef93a326ae..88807a27fc 100644 --- a/src/xbt/memory_map.hpp +++ b/src/xbt/memory_map.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2021. The SimGrid Team. +/* Copyright (c) 2007-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -11,8 +11,7 @@ #include #include -namespace simgrid { -namespace xbt { +namespace simgrid::xbt { /** An virtual memory map entry from /proc/$pid/maps */ struct VmMap { @@ -28,7 +27,6 @@ struct VmMap { }; std::vector get_memory_map(pid_t pid); -} -} +} // namespace simgrid::xbt #endif