mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 21:13:10 +01:00
TypeHandler: move instead of copy
This commit is contained in:
@@ -292,7 +292,7 @@ public:
|
||||
|
||||
if (pExt->extract(pos++, val))
|
||||
{
|
||||
obj = val;
|
||||
obj = std::move(val);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user