0_0_23160156_3698.cpp
0_0_23160156_3698.cpp(118) : error C2955: “std::stack”: 使用 类 模板 需要 模板 参数列表
VC2013\INCLUDE\stack(17) : 参见“std::stack”的声明
0_0_23160156_3698.cpp(118) : error C2628: “std::stack”后面接“void”是非法的(是否忘记了“;”?)
0_0_23160156_3698.cpp(120) : error C2556: “std::stack find_convex_hull(std::vector<point,std::allocator<_Ty>> *,std::stack<int,std::deque<int,std::allocator<int>>> *)”: 重载函数与“void find_convex_hull(std::vector<point,std::allocator<_Ty>> *,std::stack<int,std::deque<int,std::allocator<int>>> *)”只是在返回类型上不同
with
[
_Ty=point
]
0_0_23160156_3698.cpp(39) : 参见“find_convex_hull”的声明
0_0_23160156_3698.cpp(120) : error C2371: “find_convex_hull”: 重定义;不同的基类型
0_0_23160156_3698.cpp(39) : 参见“find_convex_hull”的声明
|