0_0_18835692_22842.cpp
0_0_18835692_22842.cpp(91) : error C2678: 二进制“+”: 没有找到接受“std::vector<Point,std::allocator<_Ty>>”类型的左操作数的运算符(或没有可接受的转换)
with
[
_Ty=Point
]
0_0_18835692_22842.cpp(31): 可能是“Vector operator +(Vector,Vector)”
尝试匹配参数列表“(std::vector<Point,std::allocator<_Ty>>, int)”时
with
[
_Ty=Point
]
0_0_18835692_22842.cpp(91) : error C2780: “void std::sort(_RanIt,_RanIt)”: 应输入 2 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(3162) : 参见“std::sort”的声明
0_0_18835692_22842.cpp(91) : error C2780: “void std::sort(_RanIt,_RanIt,_Pr)”: 应输入 3 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(3153) : 参见“std::sort”的声明
0_0_18835692_22842.cpp(92) : error C2678: 二进制“+”: 没有找到接受“std::vector<Point,std::allocator<_Ty>>”类型的左操作数的运算符(或没有可接受的转换)
with
[
_Ty=Point
]
0_0_18835692_22842.cpp(31): 可能是“Vector operator +(Vector,Vector)”
尝试匹配参数列表“(std::vector<Point,std::allocator<_Ty>>, int)”时
with
[
_Ty=Point
]
0_0_18835692_22842.cpp(92) : error C2780: “_FwdIt std::unique(_FwdIt,_FwdIt)”: 应输入 2 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(1804) : 参见“std::unique”的声明
0_0_18835692_22842.cpp(92) : error C2780: “_FwdIt std::unique(_FwdIt,_FwdIt,_Pr)”: 应输入 3 个参数,却提供了 1 个
VC2013\INCLUDE\algorithm(1794) : 参见“std::unique”的声明
|