Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplifications in MSG task execution
[simgrid.git] / src / kernel / routing / EmptyZone.cpp
index c07eb067fadfc182884bfd71c1e10f4c53e3bad5..bd04471a718474087ff3007170c27f0aeb920fe8 100644 (file)
@@ -16,7 +16,7 @@ namespace kernel {
 namespace routing {
 
 EmptyZone::EmptyZone(NetZoneImpl* father, std::string name, resource::NetworkModel* netmodel)
-    : NetZoneImpl(father, name, netmodel)
+    : NetZoneImpl(father, std::move(name), netmodel)
 {
 }