mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix build
This commit is contained in:
parent
f87e3ae4c8
commit
11997ed772
@ -18,7 +18,7 @@ class SortedLookupPODArray : private PaddedPODArray<T, INITIAL_SIZE, TAllocator>
|
||||
{
|
||||
public:
|
||||
using Base = PaddedPODArray<T, INITIAL_SIZE, TAllocator>;
|
||||
using Base::PODArray;
|
||||
using typename Base::PODArray;
|
||||
using Base::cbegin;
|
||||
using Base::cend;
|
||||
|
||||
@ -45,5 +45,4 @@ private:
|
||||
bool sorted = false;
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -72,4 +72,4 @@ std::optional<std::pair<AsofRowRefs::Type, size_t>> AsofRowRefs::getTypeSize(con
|
||||
return {};
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -88,4 +88,4 @@ private:
|
||||
mutable Lookups lookups;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user