Merge branch 'master' of github.com:yandex/ClickHouse

This commit is contained in:
Alexey Milovidov 2016-05-31 00:41:58 +03:00
commit e7a5ce1f83

View File

@ -147,11 +147,3 @@ struct BlockExtraInfo
};
}
namespace std
{
template<> inline void swap<DB::Block>(DB::Block & one, DB::Block & another) noexcept
{
one.swap(another);
}
}