宁静雪ningjingxue.blog.chinaunix.net
zhenze12345
全部博文(341)
2014年(1)
2013年(10)
2012年(17)
2011年(63)
2010年(102)
2009年(107)
2008年(41)
tgf0101
WolfPack
lihao_nx
ghostste
freearth
richardl
yandaren
link78cn
mm80008
axyuran
wzs_bj
cynthia
格伯纳
Bsolar
tomcodin
ddwl
小小范20
zhaojie6
分类: LINUX
2010-05-11 12:31:22
#include <string> #include <ext/hash_map> namespace __gnu_cxx { template<> struct hash< std::string > { size_t operator()( const std::string& x ) const { return hash< const char* >()( x.c_str() ); } }; }
上一篇:(zz)FreeBSD配置笔记本触摸板
下一篇:HTML5视频
登录 注册