From 6e1f59670b7aaabb27830a345aad9532af111016 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 8 Nov 2016 13:35:13 +0300 Subject: Get rid of faulty test script move-ctor --- build2/test/script/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test/script/script') diff --git a/build2/test/script/script b/build2/test/script/script index 6d121ea..0964af1 100644 --- a/build2/test/script/script +++ b/build2/test/script/script @@ -371,7 +371,7 @@ namespace build2 testscript& script_target, const dir_path& root_wd); - script (script&&) = default; + script (script&&) = delete; script (const script&) = delete; script& operator= (script&&) = delete; script& operator= (const script&) = delete; -- cgit v1.1