Fix util::thread move assignment operator

This commit is contained in:
Nikita Lisitsa 2024-02-28 16:59:44 +03:00
parent 84ef3faa68
commit d1104f9aac

View file

@ -14,6 +14,7 @@ namespace psemek::util
{}
thread(thread &&) = default;
thread & operator = (thread &&) = default;
~ thread()
{