mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge branch 'master' of github.com:yandex/ClickHouse
This commit is contained in:
commit
e7a5ce1f83
@ -147,11 +147,3 @@ struct BlockExtraInfo
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
namespace std
|
||||
{
|
||||
template<> inline void swap<DB::Block>(DB::Block & one, DB::Block & another) noexcept
|
||||
{
|
||||
one.swap(another);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user