Git Product home page Git Product logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
Weird, I thought I had compiled the unittest before I submitted the last SVN
revision, but maybe not.  It does look like I did an incomplete job of adding 
StrHash
as the hash function template-parameter everywhere I was hashing a string.

I believe the fix is to just change
   sparse_hash_map<string, XXX>
to
   sparse_hash_map<string, XXX, StrHash>
and likewise with dense_hash_map.  We also need to change
   sparse_hash_map<char*, XXX>
if any of those occur.

I'll take care of it after I'm back from vacation.  If you'd like to do the 
patch
earlier than that, feel free, and can attach it here!



Original comment by [email protected] on 25 Dec 2009 at 7:17

  • Changed state: Accepted
  • Added labels: Priority-Medium, Type-Defect

from sparsehash.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
I've got a fix that works for me, that I'm having reviewed right now.  Once 
it's been 
ok'ed, I'll let you know.  May be next year, though!

Original comment by [email protected] on 31 Dec 2009 at 2:00

  • Changed state: Started

from sparsehash.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
This should be resolved in sparsehash 1.6, just released.

Original comment by [email protected] on 11 Jan 2010 at 10:53

  • Changed state: Fixed

from sparsehash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.