Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Mar 31, 2017
1 parent ed2143b commit fb6d66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/concise.h
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ template <bool wah_mode = false> class ConciseSet {
return 0;
}
if (other.isEmpty()) {
return this->count();
return this->size();
}
size_t answer = 0;
// scan "this" and "other"
Expand Down

0 comments on commit fb6d66d

Please sign in to comment.