Merge pull request #6196 from zlobober/patch-2

Fix build under gcc-8.2
This commit is contained in:
alexey-milovidov 2019-07-29 02:21:46 +03:00 committed by GitHub
commit 3e9dd7ed42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,9 +120,10 @@ 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)
{