0_0_24877998_9427.cpp
0_0_24877998_9427.cpp(9) : error C2679: 二进制“[”: 没有找到接受“std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>>”类型的右操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\vector(1196): 可能是“int &std::vector<int,std::allocator<_Ty>>::operator [](unsigned int)”
with
[
_Ty=int
]
VC2013\INCLUDE\vector(1180): 或 “const int &std::vector<int,std::allocator<_Ty>>::operator [](unsigned int) const”
with
[
_Ty=int
]
尝试匹配参数列表“(std::vector<int,std::allocator<_Ty>>, std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>>)”时
with
[
_Ty=int
]
0_0_24877998_9427.cpp(14) : error C2679: 二进制“[”: 没有找到接受“std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>>”类型的右操作数的运算符(或没有可接受的转换)
VC2013\INCLUDE\vector(1196): 可能是“int &std::vector<int,std::allocator<_Ty>>::operator [](unsigned int)”
with
[
_Ty=int
]
VC2013\INCLUDE\vector(1180): 或 “const int &std::vector<int,std::allocator<_Ty>>::operator [](unsigned int) const”
with
[
_Ty=int
]
尝试匹配参数列表“(std::vector<int,std::allocator<_Ty>>, std::_Vector_iterator<std::_Vector_val<std::_Simple_types<int>>>)”时
with
[
_Ty=int
]
0_0_24877998_9427.cpp(20) : error C2065: “out”: 未声明的标识符
0_0_24877998_9427.cpp(20) : error C2923: “std::vector”: 对于参数“_Ty”,“out”不是有效的 模板 类型变量
0_0_24877998_9427.cpp(20) : error C2133: “queue_FIFO”: 未知的大小
0_0_24877998_9427.cpp(20) : error C2512: “std::vector”: 没有合适的默认构造函数可用
0_0_24877998_9427.cpp(31) : error C2664: “void in(int,std::vector<int,std::allocator<_Ty>>)”: 无法将参数 1 从“std::vector”转换为“int”
with
[
_Ty=int
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_24877998_9427.cpp(34) : error C3861: “Fifo”: 找不到标识符
0_0_24877998_9427.cpp(44) : error C2664: “void in(int,std::vector<int,std::allocator<_Ty>>)”: 无法将参数 1 从“std::vector<int,std::allocator<_Ty>>”转换为“int”
with
[
_Ty=int
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
0_0_24877998_9427.cpp(47) : error C3861: “Filo”: 找不到标识符
|