0_0_10044767_29226.cpp
VC\include\algorithm(1719) : error C2784: “bool std::operator <(const std::queue<_Ty,_Container> &,const std::queue<_Ty,_Container> &)” : 未能推导出“const std::queue<_Ty,_Container> &”(从“std::allocator<_Ty>::value_type”中)的模板参数
with
[
_Ty=edge
]
VC\include\queue(97) : 参见“std::operator`<'”的声明
VC\include\algorithm(1774) : 参见对正在编译的函数模板实例化“std::pair<_Ty1,_Ty2> std::_Unguarded_partition<_RanIt>(_RanIt,_RanIt)”的引用
with
[
_Ty1=std::vector<edge>::iterator,
_Ty2=std::vector<edge>::iterator,
_RanIt=std::vector<edge>::iterator
]
VC\include\algorithm(1795) : 参见对正在编译的函数模板实例化“void std::_Sort<_RanIt,std::vector<_Ty>::iterator::difference_type>(_RanIt,_RanIt,_Diff)”的引用
with
[
_RanIt=std::vector<edge>::iterator,
_Ty=edge,
_Diff=std::vector<edge>::iterator::difference_type
]
0_0_10044767_29226.cpp(60) : 参见对正在编译的函数模板实例化“void std::sort<std::vector<_Ty>::iterator>(_RanIt,_RanIt)”的引用
with
[
_Ty=edge,
_RanIt=std::vector<edge>::iterator
]
VC\include\algorithm(1719) : error C2784: “bool std::operator <(const std::vector<_Ty,_Alloc> &,const std::vector<_Ty,_Alloc> &)” : 未能推导出“const std::vector<_Ty,_Ax> &”(从“std::allocator<_Ty>::value_type”中)的模板参数
with
[
_Ty=edge
]
VC\include\vector(915) : 参见“std::operator`<'”的声明
VC\include\algorithm(1719) : error C2784: “bool std::operator <(const std::deque<_Ty,_Alloc> &,const std::deque<_Ty,_Alloc> &)” : 未能推导出“const std::deque<_Ty,_Ax> &”(从“std::allocator<_Ty>::value_type”中)的模板参数
with
[
_Ty=edge
]
VC\include\deque(999) : 参见“std::operator`<'”的声明
VC\include\algorithm(1719) : error C2784: “bool std::operator <(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“std::allocator<_Ty>::value_type”中)的模板参数
with
[
_Ty=edge
]
VC\include\xutility(655) : 参见“std::operator`<'”的声明
VC\include\algorithm(1719) : error C2784: “bool std::operator <(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)” : 未能推导出“const std::pair<_Ty1,_Ty2> &”(从“std::allocator<_Ty>::value_type”中)的模板参数
with
[
_Ty=edge
]
VC\include\utility(73) : 参见“std::operator`<'”的声明
VC\include\algorithm(1719) : error C2676: 二进制“<” : “std::allocator<_Ty>::value_type”不定义该运算符或到预定义运算符可接收的类型的转换
with
[
_Ty=edge
]
VC\include\algorithm(1720) : error C2784: “bool std::operator <(const std::queue<_Ty,_Container> &,const std::queue<_Ty,_Container> &)” : 未能推导出“const std::queue<_Ty,_Container> &”(从“std::allocator<_Ty>::value_type”中)的模板参数
with
[
_Ty=edge
]
VC\include\queue(97) : 参见“std::operator`<'”的声明
VC\include\algorithm(1720) : error C2784: “bool std::operator <(const std::vector<_Ty,_Alloc> &,const std::vector<_Ty,_Alloc> &)” : 未能推导出“const std::vector<_Ty,_Ax> &”(从“std::allocator<_Ty>::value_type”中)的模板参数
with
[
_Ty=edge
]
VC\include\vector(915) : 参见“std::operator`<'”的声明
VC\include\algorithm(1720) : error C2784: “bool std::operator <(const std::deque<_Ty,_Alloc> &,const std::deque<_Ty,_Alloc> &)” : 未能推导出“const std::deque<_Ty,_Ax> &”(从“std::allocator<_Ty>::value_type”中)的模板参数
with
[
_Ty=edge
]
VC\include\deque(999) : 参见“std::operator`<'”的声明
VC\include\algorithm(1720) : error C2784: “bool std::operator <(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt> &)” : 未能推导出“const std::reverse_iterator<_RanIt> &”(从“std::allocator<_Ty>::value_type”中)的模板参数
with
[
_Ty=edge
]
VC\include\xutility(655) : 参见“std::operator`<'”的声明
VC\include\algorithm(1720) : error C2784: “bool std::operator <(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)” : 未能推导出“const std::pair<_Ty1,_Ty2> &”(从“std::allocator<_Ty>::value_type”中)的模板参数
with
[
_Ty=edge
]
VC\include\utility(73) : 参见“std::operator`<'”的声明
VC\include\algorithm(1720) : error C2676: 二进制“<” : “std::allocator<_Ty>::value_type”不定义该运算符或到预定义运算符可接收的类型的转换
with
[
_Ty=edge
]
VC\include\algorithm(1720) : fatal error C1903: 无法从以前的错误中恢复;正在停止编译
|