X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2d24f1f224ba304cd585b63486b07a774ea7ea3..716c8e0b373bed43c35af2b35514f0b7a69b08a5:/src/mc/inspect/ObjectInformation.cpp diff --git a/src/mc/inspect/ObjectInformation.cpp b/src/mc/inspect/ObjectInformation.cpp index 9f53d2dc99..479dd7f6a5 100644 --- a/src/mc/inspect/ObjectInformation.cpp +++ b/src/mc/inspect/ObjectInformation.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-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. */ @@ -14,8 +14,7 @@ #include "src/mc/mc_private.hpp" #include "xbt/file.hpp" -namespace simgrid { -namespace mc { +namespace simgrid::mc { /* For an executable object, addresses are virtual address (there is no offset) i.e. * \f$\text{virtual address} = \{dwarf address}\f$ @@ -195,5 +194,4 @@ void find_object_address(std::vector const& maps, ObjectInformation* xbt_assert(result->start_exec || result->start_rw || result->start_ro); } -} // namespace mc -} // namespace simgrid +} // namespace simgrid::mc