stdext::hash_map

来源:互联网 发布:京都工艺品淘宝 编辑:程序博客网 时间:2024/06/18 17:08
In vs2005, <hash_map> and <hash_set> have been moved into stdext namespace. you should:
stdext::hash_map ....
stdext::hash_set ...

http://topic.csdn.net/u/20071204/05/c87e85f9-149e-4a54-80ef-cbb543453014.html
原创粉丝点击