0_0_8408098_13367.cpp
0_0_8408098_13367.cpp(7) : error C2871: “__gnu_cxx” : 具有该名称的命名空间不存在
0_0_8408098_13367.cpp(21) : error C2065: “hash” : 未声明的标识符
0_0_8408098_13367.cpp(21) : error C2062: 意外的类型“char”
0_0_8408098_13367.cpp(21) : error C2947: 应由“>”终止 模板参数列表,却找到“>”
0_0_8408098_13367.cpp(21) : error C2976: “std::hash_map” : 模板参数太少
VC\include\hash_map(348) : 参见“std::hash_map”的声明
0_0_8408098_13367.cpp(21) : error C2955: “std::hash_map” : 使用类模板需要模板参数列表
VC\include\hash_map(348) : 参见“std::hash_map”的声明
0_0_8408098_13367.cpp(21) : error C2133: “sg” : 未知的大小
0_0_8408098_13367.cpp(21) : error C2512: “std::hash_map” : 没有合适的默认构造函数可用
0_0_8408098_13367.cpp(21) : error C2262: “sg” : 不能被销毁
0_0_8408098_13367.cpp(22) : error C2062: 意外的类型“char”
0_0_8408098_13367.cpp(22) : error C2947: 应由“>”终止 模板参数列表,却找到“>”
0_0_8408098_13367.cpp(22) : error C2976: “std::hash_map” : 模板参数太少
VC\include\hash_map(348) : 参见“std::hash_map”的声明
0_0_8408098_13367.cpp(22) : error C2955: “std::hash_map” : 使用类模板需要模板参数列表
VC\include\hash_map(348) : 参见“std::hash_map”的声明
0_0_8408098_13367.cpp(22) : error C2133: “h” : 未知的大小
0_0_8408098_13367.cpp(22) : error C2512: “std::hash_map” : 没有合适的默认构造函数可用
0_0_8408098_13367.cpp(22) : error C2262: “h” : 不能被销毁
0_0_8408098_13367.cpp(57) : error C3861: “h”: 即使使用参数相关的查找,也未找到标识符
0_0_8408098_13367.cpp(58) : error C3861: “sg”: 即使使用参数相关的查找,也未找到标识符
0_0_8408098_13367.cpp(76) : error C3861: “sg”: 即使使用参数相关的查找,也未找到标识符
0_0_8408098_13367.cpp(77) : error C3861: “h”: 即使使用参数相关的查找,也未找到标识符
0_0_8408098_13367.cpp(90) : error C2662: “stdext::_Hash<_Traits>::clear” : 不能将“this”指针从“std::hash_map”转换为“stdext::_Hash<_Traits> &”
原因如下: 无法从“std::hash_map”转换为“stdext::_Hash<_Traits>”
转换要求第二个用户定义的转换运算符或构造函数
0_0_8408098_13367.cpp(90) : error C3861: “sg”: 即使使用参数相关的查找,也未找到标识符
0_0_8408098_13367.cpp(91) : error C2662: “stdext::_Hash<_Traits>::clear” : 不能将“this”指针从“std::hash_map”转换为“stdext::_Hash<_Traits> &”
原因如下: 无法从“std::hash_map”转换为“stdext::_Hash<_Traits>”
转换要求第二个用户定义的转换运算符或构造函数
0_0_8408098_13367.cpp(91) : error C3861: “h”: 即使使用参数相关的查找,也未找到标识符
|