Here is my 'program':
#include <string>
#include <ext/hash_map>
int main()
{
std::hash_map<std::string, int> myMap;
}
I'm trying to compile it with g++ on Red Hat. Can someone explain why does the compiler complain:
error: 'hash_map' is not a member of 'std'