0_0_39412601_24125.cpp
VC2013\INCLUDE\xfunctional(85) : error C2784: “bool std::operator >(const std::tuple<_Types...> &,const std::tuple<_Types1...> &)”: 未能从“const Node”为“const std::tuple<_Types...> &”推导 模板 参数
VC2013\INCLUDE\tuple(496) : 参见“std::operator >”的声明
VC2013\INCLUDE\xfunctional(84): 编译类 模板 成员函数“bool std::greater<Node>::operator ()(const _Ty &,const _Ty &) const”时
with
[
_Ty=Node
]
VC2013\INCLUDE\algorithm(2316): 参见对正在编译的函数 模板 实例化“bool std::greater<Node>::operator ()(const _Ty &,const _Ty &) const”的引用
with
[
_Ty=Node
]
VC2013\INCLUDE\queue(438): 参见对正在编译的类 模板 实例化“std::greater<Node>”的引用
0_0_39412601_24125.cpp(68): 参见对正在编译的类 模板 实例化“std::priority_queue<Node,std::vector<Node,std::allocator<_Ty>>,std::greater<_Ty>>”的引用
with
[
_Ty=Node
]
VC2013\INCLUDE\xfunctional(85) : error C2784: “bool std::operator >(const std::queue<_Ty,_Container> &,const std::queue<_Ty,_Container> &)”: 未能从“const Node”为“const std::queue<_Ty,_Container> &”推导 模板 参数
VC2013\INCLUDE\queue(211) : 参见“std::operator >”的声明
VC2013\INCLUDE\xfunctional(85) : error C2784: “bool std::operator >(const std::deque<_Ty,_Alloc> &,const std::deque<_Ty,_Alloc> &)”: 未能从“const Node”为“const std::deque<_Ty,_Alloc> &”推导 模板 参数
VC2013\INCLUDE\deque(1916) : 参见“std::operator >”的声明
VC2013\INCLUDE\xfunctional(85) : error C2784: “bool std::operator >(const std::vector<_Ty,_Alloc> &,const std::vector<_Ty,_Alloc> &)”: 未能从“const Node”为“const std::vector<_Ty,_Alloc> &”推导 模板 参数
VC2013\INCLUDE\vector(1822) : 参见“std::operator >”的声明
VC2013\INCLUDE\xfunctional(85) : error C2784: “bool std::operator >(const std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem *)”: 未能从“const Node”为“const std::basic_string<_Elem,_Traits,_Alloc> &”推导 模板 参数
VC2013\INCLUDE\xstring(2575) : 参见“std::operator >”的声明
VC2013\INCLUDE\xfunctional(85) : error C2784: “bool std::operator >(const _Elem *,const std::basic_string<_Elem,_Traits,_Alloc> &)”: 未能从“const Node”为“const _Elem *”推导 模板 参数
VC2013\INCLUDE\xstring(2565) : 参见“std::operator >”的声明
VC2013\INCLUDE\xfunctional(85) : error C2784: “bool std::operator >(const std::basic_string<_Elem,_Traits,_Alloc> &,const std::basic_string<_Elem,_Traits,_Alloc> &)”: 未能从“const Node”为“const std::basic_string<_Elem,_Traits,_Alloc> &”推导 模板 参数
VC2013\INCLUDE\xstring(2555) : 参见“std::operator >”的声明
VC2013\INCLUDE\xfunctional(85) : error C2784: “bool std::operator >(const std::move_iterator<_RanIt> &,const std::move_iterator<_RanIt2> &)”: 未能从“const Node”为“const std::move_iterator<_RanIt> &”推导 模板 参数
VC2013\INCLUDE\xutility(2006) : 参见“std::operator >”的声明
VC2013\INCLUDE\xfunctional(85) : error C2784: “bool std::operator >(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt2> &)”: 未能从“const Node”为“const std::reverse_iterator<_RanIt> &”推导 模板 参数
VC2013\INCLUDE\xutility(1163) : 参见“std::operator >”的声明
VC2013\INCLUDE\xfunctional(85) : error C2784: “bool std::operator >(const std::_Revranit<_RanIt,_Base> &,const std::_Revranit<_RanIt2,_Base2> &)”: 未能从“const Node”为“const std::_Revranit<_RanIt,_Base> &”推导 模板 参数
VC2013\INCLUDE\xutility(982) : 参见“std::operator >”的声明
VC2013\INCLUDE\xfunctional(85) : error C2784: “bool std::operator >(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)”: 未能从“const Node”为“const std::pair<_Ty1,_Ty2> &”推导 模板 参数
VC2013\INCLUDE\utility(239) : 参见“std::operator >”的声明
VC2013\INCLUDE\xfunctional(85) : error C2676: 二进制“>”:“const Node”不定义该运算符或到预定义运算符可接收的类型的转换
|