Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Declare local variables inside the if statement.
[simgrid.git] / src / instr / instr_paje_containers.cpp
index 8fcdfa0..647857d 100644 (file)
@@ -74,7 +74,7 @@ Container::~Container()
 {
   XBT_DEBUG("destroy container %s", get_cname());
   // Begin with destroying my own children
-  for (auto [_, child] : children_)
+  for (auto const& [_, child] : children_)
     delete child;
 
   // remove me from the all_containers_ data structure