I\'m using the unordered_map of TR1 implementation in my code and the linker gives weird errors I cannot even decipher:
This question already has answers here: A std::map that keep track of the order of insertion? (15 answers)
I\'m new to C++ programming and would greatly appreciate replies that don\'t assume much prior knowledge.
I recently discovered that the implementation of the hash map in C++ will be called unordered_map. When I looked up why they weren\'t just using hash_map, I discovered that apparently there are compa