Question

I am using an unordered_map which is included as: #include <unordered_map> and the program is compiled as follows: g++ Test.cc -std=gnu++0x -o test Am I using the unordered_map of TR1 or that of C++0x. Or is it both the same?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top