You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
An error occured when I installed the Tair .
This error was: hash_map not found.
How to solve this problem?
Thanks!
The text was updated successfully, but these errors were encountered: