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