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

This commit is contained in:
Alexey Milovidov 2019-07-29 02:57:59 +03:00
commit f6daa7e2dd

View File

@ -120,9 +120,10 @@ private:
template <typename Base> template <typename Base>
struct AggregationDataWithNullKeyTwoLevel : public Base struct AggregationDataWithNullKeyTwoLevel : public Base
{ {
using Base::Base;
using Base::impls; using Base::impls;
AggregationDataWithNullKeyTwoLevel() {}
template <typename Other> template <typename Other>
explicit AggregationDataWithNullKeyTwoLevel(const Other & other) : Base(other) explicit AggregationDataWithNullKeyTwoLevel(const Other & other) : Base(other)
{ {