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