template <
typename T,
typename C = std::less<T>, // strict weak ordering function (see C++ named requirements: Compare)
typename A = std::allocator<T>
>
class kll_sketch {
Obviously datasketches-postgres is not compatible and cannot compile with this version of datasketches?
How can I determine which version of datasketches-cpp datasketches-postgres is compatible with? The README seems to leave that information out.
E.G. current src/kll_float_sketch_c_adapter.cpp references kll_sketch template with 4 parameters.
But the current kll_sketch.hpp in datasketches-cpp repo has only three parameters,
Obviously datasketches-postgres is not compatible and cannot compile with this version of datasketches?