mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Fix build
This commit is contained in:
parent
ae853b837b
commit
d52a0cfcec
@ -59,7 +59,7 @@ AIOContext::AIOContext(AIOContext && rhs)
|
|||||||
*this = std::move(rhs);
|
*this = std::move(rhs);
|
||||||
}
|
}
|
||||||
|
|
||||||
AIOContext::AIOContext & operator=(AIOContext && rhs)
|
AIOContext::AIOContext & AIOContext::operator=(AIOContext && rhs)
|
||||||
{
|
{
|
||||||
std::swap(ctx, rhs.ctx);
|
std::swap(ctx, rhs.ctx);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user