mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-22 01:08:04 +02:00
Don't use move semantics for return values
This commit is contained in:
parent
d742f6acbb
commit
57c2d61f12
@ -242,5 +242,5 @@ String icinga::PackObject(const Value& value)
|
|||||||
std::string builder;
|
std::string builder;
|
||||||
PackAny(value, builder);
|
PackAny(value, builder);
|
||||||
|
|
||||||
return std::move(builder);
|
return builder;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user