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
f5380cfeba
commit
1fc4b075f9
@ -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