0_0_6660853_15618.cpp
0_0_6660853_15618.cpp(11) : error C2065: “pll” : 未声明的标识符
0_0_6660853_15618.cpp(11) : error C2955: “std::vector” : 使用类模板需要模板参数列表
VC\include\vector(896) : 参见“std::vector”的声明
0_0_6660853_15618.cpp(11) : error C2133: “C” : 未知的大小
0_0_6660853_15618.cpp(11) : error C2512: “std::vector” : 没有合适的默认构造函数可用
0_0_6660853_15618.cpp(11) : error C2262: “C” : 不能被销毁
0_0_6660853_15618.cpp(13) : error C2378: “pll” : 重定义;符号不能由 typedef 重载
0_0_6660853_15618.cpp(15) : error C3861: “pll”: 即使使用参数相关的查找,也未找到标识符
0_0_6660853_15618.cpp(15) : error C2955: “std::vector” : 使用类模板需要模板参数列表
VC\include\vector(896) : 参见“std::vector”的声明
0_0_6660853_15618.cpp(15) : error C2061: 语法错误 : 标识符“pll”
0_0_6660853_15618.cpp(19) : error C2662: “std::vector<_Ty,_Ax>::size” : 不能将“this”指针从“std::vector”转换为“const std::vector<_Ty,_Ax> &”
原因如下: 无法从“std::vector”转换为“const std::vector<_Ty,_Ax>”
转换要求第二个用户定义的转换运算符或构造函数
0_0_6660853_15618.cpp(19) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|