Fix util::thread move assignment operator
This commit is contained in:
parent
84ef3faa68
commit
d1104f9aac
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ namespace psemek::util
|
|||
{}
|
||||
|
||||
thread(thread &&) = default;
|
||||
thread & operator = (thread &&) = default;
|
||||
|
||||
~ thread()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue