Fix build under gcc-8.2

This commit is contained in:
Max Akhmedov 2019-07-28 18:12:07 +03:00 committed by GitHub
parent c0e0166991
commit f632a0b241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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