yuanjia1011 / sparsehash

Automatically exported from code.google.com/p/sparsehash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not getting value of keys in already loaded dense_has_map on linux (redhat)

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Not getting value of key by using find method
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

code is attached here

Original issue reported on code.google.com by praj.cha...@gmail.com on 3 Jul 2012 at 11:17

Attachments:

The code you attached has at least one dangling pointer bug. I don't think 
there is an issue with dense_hash_map here. Your code wouldn't work with 
hash_map either.

Original comment by gp...@google.com on 3 Jul 2012 at 5:03

  • Changed state: Invalid