0_0_1332150_3169.cpp
VC\include\xhash(164) : error C2039: “bucket_size” : 不是“str_hash”的成员
0_0_1332150_3169.cpp(9) : 参见“str_hash”的声明
VC\include\hash_map(276) : 参见对正在编译的类模板实例化“stdext::_Hash<_Traits>”的引用
with
[
_Traits=stdext::_Hmap_traits<std::string,int,str_hash,std::allocator<std::pair<const std::string,int>>,false>
]
0_0_1332150_3169.cpp(30) : 参见对正在编译的类模板实例化“std::hash_map<_Kty,_Ty,_Tr>”的引用
with
[
_Kty=std::string,
_Ty=int,
_Tr=str_hash
]
VC\include\xhash(164) : error C2065: “bucket_size” : 未声明的标识符
VC\include\xhash(165) : error C2039: “min_buckets” : 不是“str_hash”的成员
0_0_1332150_3169.cpp(9) : 参见“str_hash”的声明
VC\include\xhash(165) : error C2065: “min_buckets” : 未声明的标识符
0_0_1332150_3169.cpp(46) : error C3861: “readdata”: 即使使用参数相关的查找,也未找到标识符
|