In vs2005, <hash_map> and <hash_set> have been moved into stdext namespace. you should:
stdext::hash_map ....
stdext::hash_set ...
stdext::hash_map ....
stdext::hash_set ...
http://topic.youkuaiyun.com/u/20071204/05/c87e85f9-149e-4a54-80ef-cbb543453014.html
本文介绍 Invs2005 中 hash_map 和 hash_set 已经被移至 stdext 命名空间内的情况。开发者在使用时应注意更新引用方式,采用 stdext::hash_map 和 stdext::hash_set 的形式。
5441

被折叠的 条评论
为什么被折叠?



