This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch cleanup-before-5.0.0
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


The following commit(s) were added to refs/heads/cleanup-before-5.0.0 by this 
push:
     new 810c2c1  use new policy name
810c2c1 is described below

commit 810c2c1bee5dd70e2789b48c28555b76a1521326
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Tue Oct 31 16:18:05 2023 -0700

    use new policy name
---
 tuple/include/tuple_jaccard_similarity.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tuple/include/tuple_jaccard_similarity.hpp 
b/tuple/include/tuple_jaccard_similarity.hpp
index 9d4cea5..8769839 100644
--- a/tuple/include/tuple_jaccard_similarity.hpp
+++ b/tuple/include/tuple_jaccard_similarity.hpp
@@ -30,7 +30,7 @@ namespace datasketches {
 template<
   typename Summary,
   typename IntersectionPolicy,
-  typename UnionPolicy = default_union_policy<Summary>,
+  typename UnionPolicy = default_tuple_union_policy<Summary>,
   typename Allocator = std::allocator<Summary>>
 using tuple_jaccard_similarity = jaccard_similarity_base<tuple_union<Summary, 
UnionPolicy, Allocator>, tuple_intersection<Summary, IntersectionPolicy, 
Allocator>, pair_extract_key<uint64_t, Summary>>;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to