Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adding sleep sets to reduction techniques
[simgrid.git] / src / mc / inspect / mc_dwarf.hpp
index f84d60bc48b4a7824f1a48c6fe76b09470a3b267..7575e1de8538fda17a4bdf0f1c264f1fc212064c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2008-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. */
@@ -10,8 +10,7 @@
 
 #include "src/mc/mc_forward.hpp"
 
-namespace simgrid {
-namespace dwarf {
+namespace simgrid::dwarf {
 
 XBT_PRIVATE const char* attrname(int attr);
 XBT_PRIVATE const char* tagname(int tag);
@@ -22,7 +21,6 @@ XBT_PRIVATE void* resolve_member(const void* base, const simgrid::mc::Type* type
 XBT_PRIVATE
 int dwarf_register_to_libunwind(int dwarf_register);
 
-} // namespace dwarf
-} // namespace simgrid
+} // namespace simgrid::dwarf
 
 #endif