mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-21 16:57:58 +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;
|
||||
PackAny(value, builder);
|
||||
|
||||
return std::move(builder);
|
||||
return builder;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user