0_0_7968383_6287.cpp
VC\include\queue(130) : error C2039: “value_type” : 不是“std::greater<_Ty>”的成员
with
[
_Ty=int
]
VC\include\queue(130) : error C2146: 语法错误 : 缺少“,”(在标识符“value_type”的前面)
VC\include\queue(130) : error C2065: “value_type” : 未声明的标识符
VC\include\queue(130) : error C2976: “std::less” : 模板参数太少
VC\include\functional(141) : 参见“std::less”的声明
0_0_7968383_6287.cpp(31) : error C3203: “less” : 类模板作为模板参数“_Pr”的模板参数无效,应输入 real 类型
VC\include\queue(135) : error C2039: “value_type” : 不是“std::greater<_Ty>”的成员
with
[
_Ty=int
]
0_0_7968383_6287.cpp(31) : 参见对正在编译的类模板实例化“std::priority_queue<_Ty,_Container>”的引用
with
[
_Ty=int,
_Container=std::greater<int>
]
VC\include\queue(135) : error C2146: 语法错误 : 缺少“;”(在标识符“value_type”的前面)
VC\include\queue(136) : error C2039: “size_type” : 不是“std::greater<_Ty>”的成员
with
[
_Ty=int
]
VC\include\queue(136) : error C2146: 语法错误 : 缺少“;”(在标识符“size_type”的前面)
|