X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab0bf820128e74dc5e7d9e6413b88bca2621a34e..6d1fc1c31cb2152b6d20742081118524dbb78d14:/src/mc/LocationList.cpp diff --git a/src/mc/LocationList.cpp b/src/mc/LocationList.cpp index 2797bc00b4..fdf5cd536c 100644 --- a/src/mc/LocationList.cpp +++ b/src/mc/LocationList.cpp @@ -112,7 +112,7 @@ LocationList location_list( locations.push_back({ DwarfExpression(ops, ops+len), range }); } - return std::move(locations); + return locations; }