X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/20725839bfdac54bf58497e0c34705ba37f19265..8cf6e30af8de6686461b6b1b52ba578df01de985:/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; }