From cede94e8190ead8d2bc311e82348119d9abbfc3d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 1 Apr 2024 16:39:31 +0200 Subject: Add missing std::move() call --- libbuild2/functions-string.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/functions-string.cxx') diff --git a/libbuild2/functions-string.cxx b/libbuild2/functions-string.cxx index 0458724..b7e0a17 100644 --- a/libbuild2/functions-string.cxx +++ b/libbuild2/functions-string.cxx @@ -102,7 +102,7 @@ namespace build2 } } - return s; + return move (s); } static size_t -- cgit v1.1