0_0_28153981_3259.cpp
VC2013\INCLUDE\xutility(371) : error C2039: “iterator_category”: 不是“std::vector<int,std::allocator<_Ty>>”的成员
with
[
_Ty=int
]
0_0_28153981_3259.cpp(70): 参见对正在编译的类 模板 实例化“std::iterator_traits<std::vector<int,std::allocator<_Ty>>>”的引用
with
[
_Ty=int
]
VC2013\INCLUDE\xutility(371) : error C2146: 语法错误: 缺少“;”(在标识符“iterator_category”的前面)
VC2013\INCLUDE\xutility(371) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
VC2013\INCLUDE\xutility(371) : error C2602: “std::iterator_traits<std::vector<int,std::allocator<_Ty>>>::iterator_category”不是“std::iterator_traits<std::vector<int,std::allocator<_Ty>>>”基类的成员
with
[
_Ty=int
]
VC2013\INCLUDE\xutility(371) : 参见“std::iterator_traits<std::vector<int,std::allocator<_Ty>>>::iterator_category”的声明
with
[
_Ty=int
]
VC2013\INCLUDE\xutility(371) : error C2868: “std::iterator_traits<std::vector<int,std::allocator<_Ty>>>::iterator_category”: 非法的 using 声明语法;应输入限定名
with
[
_Ty=int
]
0_0_28153981_3259.cpp(70) : error C3861: “max”: 找不到标识符
|