From d1104f9aac2d9f7cd216a3e3a2d3f757082ac044 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Wed, 28 Feb 2024 16:59:44 +0300 Subject: [PATCH] Fix util::thread move assignment operator --- libs/util/include/psemek/util/thread.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/util/include/psemek/util/thread.hpp b/libs/util/include/psemek/util/thread.hpp index c567bac6..de1a5192 100644 --- a/libs/util/include/psemek/util/thread.hpp +++ b/libs/util/include/psemek/util/thread.hpp @@ -14,6 +14,7 @@ namespace psemek::util {} thread(thread &&) = default; + thread & operator = (thread &&) = default; ~ thread() {