mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-02 20:30:11 +01:00
TypeHandler: move instead of copy
This commit is contained in:
parent
aa7667d427
commit
6a5dbd267e
@ -292,7 +292,7 @@ public:
|
||||
|
||||
if (pExt->extract(pos++, val))
|
||||
{
|
||||
obj = val;
|
||||
obj = std::move(val);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user