fix build

This commit is contained in:
chertus 2019-03-31 13:56:54 +03:00
parent f87e3ae4c8
commit 11997ed772
3 changed files with 4 additions and 5 deletions

View File

@ -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;
};
}
}

View File

@ -72,4 +72,4 @@ std::optional<std::pair<AsofRowRefs::Type, size_t>> AsofRowRefs::getTypeSize(con
return {};
}
}
}

View File

@ -88,4 +88,4 @@ private:
mutable Lookups lookups;
};
}
}