Closed GoogleCodeExporter closed 9 years ago
Ha, though, this compile error actually led me to fix a bug in my code that has
been
there quite a while :)... the hash isn't using the v that is passed in.
Original comment by brian.budge@gmail.com
on 2 Apr 2010 at 11:40
Heh! We actually had identified this regression in the hashtable code before
the
release, and decided that probably nobody did that. Shows what we know --
everything
happens on the internets somewhere.
The best solution, in the short term, is to separate out the hasher and
equal_key
into two classes (or to go back to using sparsehash 1.6). We'll try to figure
out a
longer-term solution. Sorry for the trouble.
Original comment by csilv...@gmail.com
on 3 Apr 2010 at 1:21
Glad it will be fixed, if possible. My workaround was just as you describe,
and of
course it works fine now.
Thanks.
Original comment by brian.budge@gmail.com
on 5 Apr 2010 at 3:35
We found a different way to pack these that gives the same space advantage
without
causing the conflict you saw. This will be in the next release.
Original comment by csilv...@gmail.com
on 5 Apr 2010 at 6:55
This should be fixed in sparsehash 1.8, just released.
Original comment by csilv...@gmail.com
on 29 Jul 2010 at 9:52
Original issue reported on code.google.com by
brian.budge@gmail.com
on 2 Apr 2010 at 11:36