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

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


The following commit(s) were added to refs/heads/hll_allocator by this push:
     new e5e709b  match allocator type
e5e709b is described below

commit e5e709b811b3b70f1693ecd878b4c5b7dad9247b
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Wed Jan 27 20:06:56 2021 -0800

    match allocator type
---
 hll/test/HllSketchTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hll/test/HllSketchTest.cpp b/hll/test/HllSketchTest.cpp
index b9c0429..dae2cab 100644
--- a/hll/test/HllSketchTest.cpp
+++ b/hll/test/HllSketchTest.cpp
@@ -24,7 +24,7 @@
 
 namespace datasketches {
 
-typedef hll_sketch_alloc<test_allocator<void>> hll_sketch_test_alloc;
+typedef hll_sketch_alloc<test_allocator<uint8_t>> hll_sketch_test_alloc;
 
 static void runCheckCopy(int lgConfigK, target_hll_type tgtHllType) {
   hll_sketch_test_alloc sk(lgConfigK, tgtHllType);


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

Reply via email to