From fb6d66d1ff1fd77b67bcfe883d738abdb0e5b604 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 31 Mar 2017 14:01:07 -0400 Subject: [PATCH] Minor fix. --- include/concise.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/concise.h b/include/concise.h index 3668a93..bc5b174 100644 --- a/include/concise.h +++ b/include/concise.h @@ -433,7 +433,7 @@ template class ConciseSet { return 0; } if (other.isEmpty()) { - return this->count(); + return this->size(); } size_t answer = 0; // scan "this" and "other"