fix prevention of copy elision

This commit is contained in:
Moritz Kobitzsch 2017-08-04 12:06:12 +02:00
parent be9bdfa47e
commit e9a5e32330

View File

@ -48,7 +48,7 @@ SegmentLookupTable readSegmentValues(const std::vector<std::string> &paths)
std::to_string(found_inconsistency->first.from) + " " + SOURCE_REF);
}
return std::move(result);
return result;
}
TurnLookupTable readTurnValues(const std::vector<std::string> &paths)