]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/inspect/Frame.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
inline a function, kill a file
[simgrid.git] / src / mc / inspect / Frame.cpp
index cb8b14d6fda0925c6744bf5cab44e23b86e7e01f..5934de2a50f3e63b2b9e26c10b3b60e41bed3ddb 100644 (file)
@@ -10,8 +10,7 @@
 
 #include "src/mc/inspect/Frame.hpp"
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 void* Frame::frame_base(unw_cursor_t& unw_cursor) const
 {
@@ -32,5 +31,4 @@ void* Frame::frame_base(unw_cursor_t& unw_cursor) const
     xbt_die("Unexpected location type");
 }
 
-} // namespace mc
-} // namespace simgrid
+} // namespace simgrid::mc