X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c6bbeb1829c36ff45b43ab25f9d8d3f53f554d98..5a006fa396cfcc8a91a8284f0d625b2a9a2565c9:/src/mc/inspect/Frame.hpp diff --git a/src/mc/inspect/Frame.hpp b/src/mc/inspect/Frame.hpp index a9526f45f0..d02e25ea4f 100644 --- a/src/mc/inspect/Frame.hpp +++ b/src/mc/inspect/Frame.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2019. 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 @@ -17,8 +17,7 @@ #include "src/mc/inspect/Variable.hpp" #include "src/mc/mc_forward.hpp" -namespace simgrid { -namespace mc { +namespace simgrid::mc { /** Debug information about a given function or scope within a function */ class Frame { @@ -56,8 +55,6 @@ public: void* frame_base(unw_cursor_t& unw_cursor) const; void remove_variable(char* name); }; - -} // namespace mc -} // namespace simgrid +} // namespace simgrid::mc #endif