0_0_11534218_4151.cpp
0_0_11534218_4151.cpp(8) : error C2039: “iterator” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(8) : error C2955: “std::iterator” : 使用类模板需要模板参数列表
VC\include\xutility(66) : 参见“std::iterator”的声明
0_0_11534218_4151.cpp(8) : error C2133: “it” : 未知的大小
0_0_11534218_4151.cpp(8) : error C2512: “std::iterator” : 没有合适的默认构造函数可用
0_0_11534218_4151.cpp(8) : error C2262: “it” : 不能被销毁
0_0_11534218_4151.cpp(18) : error C2039: “find” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(19) : error C2039: “end” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(19) : error C3861: “it”: 即使使用参数相关的查找,也未找到标识符
0_0_11534218_4151.cpp(26) : error C2039: “find” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(27) : error C2039: “end” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(27) : error C3861: “it”: 即使使用参数相关的查找,也未找到标识符
0_0_11534218_4151.cpp(31) : error C2039: “push_back” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(37) : error C2039: “find” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(38) : error C2039: “end” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(38) : error C3861: “it”: 即使使用参数相关的查找,也未找到标识符
0_0_11534218_4151.cpp(40) : error C2660: “std::queue<_Ty>::pop” : 函数不接受 1 个参数
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(48) : error C2039: “find” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(49) : error C2039: “end” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(49) : error C3861: “it”: 即使使用参数相关的查找,也未找到标识符
0_0_11534218_4151.cpp(53) : error C2039: “push_back” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(59) : error C2039: “find” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(60) : error C2039: “end” : 不是“std::queue<_Ty>”的成员
with
[
_Ty=std::string
]
0_0_11534218_4151.cpp(60) : error C3861: “it”: 即使使用参数相关的查找,也未找到标识符
|