move std function

This commit is contained in:
2026-03-20 16:31:30 +03:00
parent 4537e40832
commit 96c22e1184
28 changed files with 145 additions and 131 deletions

View File

@@ -175,7 +175,7 @@ struct PIP_EXPORT Function {
identifier = name;
arguments = args;
type = bfCustom;
handler = h;
handler = std::move(h);
}
PIString identifier;