Fix build

This commit is contained in:
Alexey Milovidov 2021-07-28 12:16:08 +03:00
parent 2ed9c12ba6
commit 37c4ac6cdd

View File

@ -62,6 +62,7 @@ AIOContext::AIOContext(AIOContext && rhs)
AIOContext & AIOContext::operator=(AIOContext && rhs)
{
std::swap(ctx, rhs.ctx);
return *this;
}
#elif defined(OS_FREEBSD)