Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / mc / inspect / DwarfExpression.hpp
index fd9be9f..8e6cfd3 100644 (file)
@@ -25,8 +25,7 @@
  *  Evaluation of DWARF location expressions.
  */
 
-namespace simgrid {
-namespace dwarf {
+namespace simgrid::dwarf {
 
 /** A DWARF expression
  *
@@ -143,7 +142,6 @@ inline void execute(simgrid::dwarf::DwarfExpression const& expression, Expressio
   execute(expression.data(), expression.size(), context, stack);
 }
 
-} // namespace dwarf
-} // namespace simgrid
+} // namespace simgrid::dwarf
 
 #endif