
26 Jun
2011
26 Jun
'11
10:34 p.m.
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-... Sent from the Boost - Dev mailing list archive at Nabble.com.