0_0_39504229_22336.cpp
0_0_39504229_22336.cpp(6) : error C2955: “std::vector”: 使用 类 模板 需要 模板 参数列表
VC2013\INCLUDE\vector(650) : 参见“std::vector”的声明
0_0_39504229_22336.cpp(7) : error C2662: “_Vector_alloc<!std::is_empty<_Alloc_types::_Alloc>::value,std::_Vec_base_types<_Ty,_Alloc_types::_Alloc>>::size_type std::vector<_Ty,_Alloc>::size(void) throw() const”: 不能将“this”指针从“std::vector”转换为“const std::vector<_Ty,_Alloc> &”
原因如下: 无法从“std::vector”转换为“const std::vector<_Ty,_Alloc>”
转换要求第二个用户定义的转换运算符或构造函数
0_0_39504229_22336.cpp(14) : error C2065: “set”: 未声明的标识符
0_0_39504229_22336.cpp(31) : error C2664: “std::vector<std::vector<int,std::allocator<_Ty>>,std::allocator<std::vector<_Ty,std::allocator<_Ty>>>> Subsets(std::vector)”: 无法将参数 1 从“std::vector<int,std::allocator<_Ty>>”转换为“std::vector”
with
[
_Ty=int
]
没有可用于执行该转换的用户定义的转换运算符,或者无法调用该运算符
|