Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors:"hash_map not found" when ubuntu14.04 install tair #9

Closed
lawenyuan opened this issue Jun 22, 2016 · 1 comment
Closed

Errors:"hash_map not found" when ubuntu14.04 install tair #9

lawenyuan opened this issue Jun 22, 2016 · 1 comment

Comments

@lawenyuan
Copy link

An error occured when I installed the Tair .
This error was: hash_map not found.
How to solve this problem?
Thanks!

@dutor
Copy link
Contributor

dutor commented Jul 3, 2016

Hi there. Sorry about the delayed response.

hash_map is an unofficial hash table shipped with TR1 or old-versioned g++. Recently we are working on problems like this. For the time being, you could try replacing hash_map with std::unordered_map, which requires the C++11 feature enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants