Boost logo

Boost :

Subject: Re: [boost] [GSoC] Request for Feedback on Boost.Bloom Filter Project
From: Alejandro Cabrera (cpp.cabrera_at_[hidden])
Date: 2011-06-26 18:34:41


Pierre Morcello wrote:
>
>
> In your first example, you wrote :
>
> for (int i = INSERT_MAX; i < CONTAINS_MAX; ++i)
> {
>   if (bloom.probably_contains(i)) cout << "collision" << endl;
> }
>
> I suppose that you meant ++collision instead.
>

Yes, that's what I meant. Thank you for catching the error!

--
View this message in context: http://boost.2283326.n4.nabble.com/GSoC-Request-for-Feedback-on-Boost-Bloom-Filter-Project-tp3614026p3626637.html
Sent from the Boost - Dev mailing list archive at Nabble.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk