#include <stdext/hash_map> int main() { stdext::hash_map<int, int> hm; hm[1] = 2; return hm[1]; }
Standard input is empty
prog.cpp:1:27: fatal error: stdext/hash_map: No such file or directory
#include <stdext/hash_map>
^
compilation terminated.
Standard output is empty