0_0_13217847_3802.cpp
0_0_13217847_3802.cpp(11) : error C2976: “std::map”: 模板 参数太少
VC2013\INCLUDE\map(69) : 参见“std::map”的声明
0_0_13217847_3802.cpp(11) : error C2148: 数组的总大小不得超过 0x7fffffff 字节
0_0_13217847_3802.cpp(11) : error C2512: “std::map”: 没有合适的默认构造函数可用
0_0_13217847_3802.cpp(20) : error C2036: “std::map (*)[55]”: 未知的大小
0_0_13217847_3802.cpp(20) : error C2036: “std::map *”: 未知的大小
0_0_13217847_3802.cpp(20) : error C2678: 二进制“[”: 没有找到接受“std::map”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\map(224): 可能是“_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)”
VC2013\INCLUDE\map(172): 或 “_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](_Kty &&)”
尝试匹配参数列表“(std::map, const int)”时
0_0_13217847_3802.cpp(20) : error C2088: “[”: 对于 class 非法
0_0_13217847_3802.cpp(21) : error C2036: “std::map (*)[55]”: 未知的大小
0_0_13217847_3802.cpp(21) : error C2036: “std::map *”: 未知的大小
0_0_13217847_3802.cpp(21) : error C2678: 二进制“[”: 没有找到接受“std::map”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\map(224): 可能是“_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)”
VC2013\INCLUDE\map(172): 或 “_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](_Kty &&)”
尝试匹配参数列表“(std::map, const int)”时
0_0_13217847_3802.cpp(22) : error C2036: “std::map (*)[55]”: 未知的大小
0_0_13217847_3802.cpp(22) : error C2036: “std::map *”: 未知的大小
0_0_13217847_3802.cpp(22) : error C2678: 二进制“[”: 没有找到接受“std::map”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\map(224): 可能是“_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)”
VC2013\INCLUDE\map(172): 或 “_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](_Kty &&)”
尝试匹配参数列表“(std::map, const int)”时
0_0_13217847_3802.cpp(24) : error C2036: “std::map (*)[55]”: 未知的大小
0_0_13217847_3802.cpp(24) : error C2036: “std::map *”: 未知的大小
0_0_13217847_3802.cpp(24) : error C2678: 二进制“[”: 没有找到接受“std::map”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\map(224): 可能是“_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)”
VC2013\INCLUDE\map(172): 或 “_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](_Kty &&)”
尝试匹配参数列表“(std::map, const int)”时
0_0_13217847_3802.cpp(26) : error C2036: “std::map (*)[55]”: 未知的大小
0_0_13217847_3802.cpp(26) : error C2036: “std::map *”: 未知的大小
0_0_13217847_3802.cpp(26) : error C2678: 二进制“[”: 没有找到接受“std::map”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\map(224): 可能是“_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)”
VC2013\INCLUDE\map(172): 或 “_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](_Kty &&)”
尝试匹配参数列表“(std::map, const int)”时
0_0_13217847_3802.cpp(27) : error C2036: “std::map (*)[55]”: 未知的大小
0_0_13217847_3802.cpp(27) : error C2036: “std::map *”: 未知的大小
0_0_13217847_3802.cpp(27) : error C2678: 二进制“[”: 没有找到接受“std::map”类型的左操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\map(224): 可能是“_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](const _Kty &)”
VC2013\INCLUDE\map(172): 或 “_Ty &std::map<_Kty,_Ty,_Pr,_Alloc>::operator [](_Kty &&)”
尝试匹配参数列表“(std::map, const int)”时
0_0_13217847_3802.cpp(40) : error C2036: “std::map (*)[55]”: 未知的大小
0_0_13217847_3802.cpp(40) : error C2036: “std::map *”: 未知的大小
0_0_13217847_3802.cpp(40) : error C2662: “void std::_Tree<_Traits>::clear(void) throw()”: 不能将“this”指针从“std::map”转换为“std::_Tree<_Traits> &”
原因如下: 无法从“std::map”转换为“std::_Tree<_Traits>”
转换要求第二个用户定义的转换运算符或构造函数
|