0_0_35919150_3759.cpp
VC2013\INCLUDE\xstddef(193) : error C2784: “bool std::operator <(const std::tuple<_Types...> &,const std::tuple<_Types1...> &)”: 未能从“const Point”为“const std::tuple<_Types...> &”推导 模板 参数
VC2013\INCLUDE\tuple(480) : 参见“std::operator <”的声明
VC2013\INCLUDE\xstddef(192): 编译类 模板 成员函数“bool std::less<_Kty>::operator ()(const _Ty &,const _Ty &) const”时
with
[
_Kty=Point
, _Ty=Point
]
VC2013\INCLUDE\map(228): 参见对正在编译的函数 模板 实例化“bool std::less<_Kty>::operator ()(const _Ty &,const _Ty &) const”的引用
with
[
_Kty=Point
, _Ty=Point
]
VC2013\INCLUDE\type_traits(572): 参见对正在编译的类 模板 实例化“std::less<_Kty>”的引用
with
[
_Kty=Point
]
VC2013\INCLUDE\xtree(1023): 参见对正在编译的类 模板 实例化“std::is_empty<std::less<_Kty>>”的引用
with
[
_Kty=Point
]
VC2013\INCLUDE\map(70): 参见对正在编译的类 模板 实例化“std::_Tree<std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,false>>”的引用
with
[
_Kty=Point
, _Ty=int
, _Pr=std::less<Point>
, _Alloc=std::allocator<std::pair<const Point,int>>
]
0_0_35919150_3759.cpp(17): 参见对正在编译的类 模板 实例化“std::map<Point,int,std::less<_Kty>,std::allocator<std::pair<const _Kty,_Ty>>>”的引用
with
[
_Kty=Point
, _Ty=int
]
VC2013\INCLUDE\xstddef(193) : error C2784: “bool std::operator <(const std::_Tree<_Traits> &,const std::_Tree<_Traits> &)”: 未能从“const Point”为“const std::_Tree<_Traits> &”推导 模板 参数
VC2013\INCLUDE\xtree(2259) : 参见“std::operator <”的声明
VC2013\INCLUDE\xstddef(193) : error C2784: “bool std::operator <(const std::vector<_Ty,_Alloc> &,const std::vector<_Ty,_Alloc> &)”: 未能从“const Point”为“const std::vector<_Ty,_Alloc> &”推导 模板 参数
VC2013\INCLUDE\vector(1813) : 参见“std::operator <”的声明
VC2013\INCLUDE\xstddef(193) : error C2784: “bool std::operator <(const std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem *)”: 未能从“const Point”为“const std::basic_string<_Elem,_Traits,_Alloc> &”推导 模板 参数
VC2013\INCLUDE\xstring(2545) : 参见“std::operator <”的声明
VC2013\INCLUDE\xstddef(193) : error C2784: “bool std::operator <(const _Elem *,const std::basic_string<_Elem,_Traits,_Alloc> &)”: 未能从“const Point”为“const _Elem *”推导 模板 参数
VC2013\INCLUDE\xstring(2535) : 参见“std::operator <”的声明
VC2013\INCLUDE\xstddef(193) : error C2784: “bool std::operator <(const std::basic_string<_Elem,_Traits,_Alloc> &,const std::basic_string<_Elem,_Traits,_Alloc> &)”: 未能从“const Point”为“const std::basic_string<_Elem,_Traits,_Alloc> &”推导 模板 参数
VC2013\INCLUDE\xstring(2525) : 参见“std::operator <”的声明
VC2013\INCLUDE\xstddef(193) : error C2784: “bool std::operator <(const std::move_iterator<_RanIt> &,const std::move_iterator<_RanIt2> &)”: 未能从“const Point”为“const std::move_iterator<_RanIt> &”推导 模板 参数
VC2013\INCLUDE\xutility(1997) : 参见“std::operator <”的声明
VC2013\INCLUDE\xstddef(193) : error C2784: “bool std::operator <(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt2> &)”: 未能从“const Point”为“const std::reverse_iterator<_RanIt> &”推导 模板 参数
VC2013\INCLUDE\xutility(1155) : 参见“std::operator <”的声明
VC2013\INCLUDE\xstddef(193) : error C2784: “bool std::operator <(const std::_Revranit<_RanIt,_Base> &,const std::_Revranit<_RanIt2,_Base2> &)”: 未能从“const Point”为“const std::_Revranit<_RanIt,_Base> &”推导 模板 参数
VC2013\INCLUDE\xutility(971) : 参见“std::operator <”的声明
VC2013\INCLUDE\xstddef(193) : error C2784: “bool std::operator <(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)”: 未能从“const Point”为“const std::pair<_Ty1,_Ty2> &”推导 模板 参数
VC2013\INCLUDE\utility(230) : 参见“std::operator <”的声明
VC2013\INCLUDE\xstddef(193) : error C2676: 二进制“<”:“const Point”不定义该运算符或到预定义运算符可接收的类型的转换
|