0_0_2835960_25314.cpp
VC\include\functional(139) : error C2784: “bool std::operator <(const std::vector<_Ty,_Alloc> &,const std::vector<_Ty,_Alloc> &)” : 未能推导出“const std::vector<_Ty,_Ax> &”(从“const Node”中)的模板参数
VC\include\vector(915) : 参见“std::operator`<'”的声明
VC\include\functional(138) : 编译类模板成员函数“bool std::less<_Ty>::operator ()(const _Ty &,const _Ty &) const”时
with
[
_Ty=Node
]
VC\include\set(48) : 参见对正在编译的类模板实例化“std::less<_Ty>”的引用
with
[
_Ty=Node
]
VC\include\xtree(23) : 参见对正在编译的类模板实例化“std::_Tset_traits<_Kty,_Pr,_Alloc,_Mfl>”的引用
with
[
_Kty=Node,
_Pr=std::less<Node>,
_Alloc=std::allocator<Node>,
_Mfl=false
]
VC\include\xtree(65) : 参见对正在编译的类模板实例化“std::_Tree_nod<_Traits>”的引用
with
[
_Traits=std::_Tset_traits<Node,std::less<Node>,std::allocator<Node>,false>
]
VC\include\xtree(87) : 参见对正在编译的类模板实例化“std::_Tree_ptr<_Traits>”的引用
with
[
_Traits=std::_Tset_traits<Node,std::less<Node>,std::allocator<Node>,false>
]
VC\include\xtree(105) : 参见对正在编译的类模板实例化“std::_Tree_val<_Traits>”的引用
with
[
_Traits=std::_Tset_traits<Node,std::less<Node>,std::allocator<Node>,false>
]
VC\include\set(57) : 参见对正在编译的类模板实例化“std::_Tree<_Traits>”的引用
with
[
_Traits=std::_Tset_traits<Node,std::less<Node>,std::allocator<Node>,false>
]
0_0_2835960_25314.cpp(60) : 参见对正在编译的类模板实例化“std::set<_Kty>”的引用
with
[
_Kty=Node
]
VC\include\functional(139) : error C2784: “bool std::operator <(const std::_Tree<_Traits> &,const std::_Tree<_Traits> &)” : 未能推导出“const std::_Tree<_Traits> &”(从“const Node”中)的模板参数
VC\include\xtree(1170) : 参见“std::operator`<'”的声明
VC\include\functional(139) : error C2784: “bool std::operator <(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“const Node”中)的模板参数
VC\include\xutility(655) : 参见“std::operator`<'”的声明
VC\include\functional(139) : error C2784: “bool std::operator <(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)” : 未能推导出“const std::pair<_Ty1,_Ty2> &”(从“const Node”中)的模板参数
VC\include\utility(73) : 参见“std::operator`<'”的声明
VC\include\functional(139) : error C2676: 二进制“<” : “const Node”不定义该运算符或到预定义运算符可接收的类型的转换
|