X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d4e135c16a74f7a443a518115fe8930694ddfb0..72d32c4e88a57f4786f62fec48a1bfa454adbff9:/src/mc/inspect/mc_unw.cpp diff --git a/src/mc/inspect/mc_unw.cpp b/src/mc/inspect/mc_unw.cpp index 97e9a53aba..5806cacb08 100644 --- a/src/mc/inspect/mc_unw.cpp +++ b/src/mc/inspect/mc_unw.cpp @@ -25,8 +25,7 @@ typedef register_t greg_t; #include -namespace simgrid { -namespace mc { +namespace simgrid::mc { // ***** Implementation @@ -250,5 +249,4 @@ unw_cursor_t UnwindContext::cursor() return cursor; } -} // namespace mc -} // namespace simgrid +} // namespace simgrid::mc