Patch for /trunk/bloom_filter.hpp
GoogleCodeExporter opened this issue · 0 comments
GoogleCodeExporter commented
The copy constructor was in correct.
The copy constructor can't simply just calls the assignment operator because
the operator deletes the bit_table_ array which is unknown during copy
construction.
Original issue reported on code.google.com by edmail...@gmail.com
on 28 Jul 2013 at 10:22
Attachments: