744629_0_0_20476.cpp
VC\include\xutility(98) : error C2039: “iterator_category” : 不是“POINT”的成员
744629_0_0_20476.cpp(7) : 参见“POINT”的声明
744629_0_0_20476.cpp(102) : 参见对正在编译的类模板实例化“std::iterator_traits<_Iter>”的引用
with
[
_Iter=POINT
]
VC\include\xutility(98) : error C2146: 语法错误 : 缺少“;”(在标识符“iterator_category”的前面)
VC\include\xutility(99) : error C2039: “value_type” : 不是“POINT”的成员
744629_0_0_20476.cpp(7) : 参见“POINT”的声明
VC\include\xutility(99) : error C2146: 语法错误 : 缺少“;”(在标识符“value_type”的前面)
VC\include\xutility(100) : error C2039: “difference_type” : 不是“POINT”的成员
744629_0_0_20476.cpp(7) : 参见“POINT”的声明
VC\include\xutility(100) : error C2146: 语法错误 : 缺少“;”(在标识符“difference_type”的前面)
VC\include\xutility(102) : error C2039: “pointer” : 不是“POINT”的成员
744629_0_0_20476.cpp(7) : 参见“POINT”的声明
VC\include\xutility(102) : error C2146: 语法错误 : 缺少“;”(在标识符“pointer”的前面)
VC\include\xutility(103) : error C2039: “reference” : 不是“POINT”的成员
744629_0_0_20476.cpp(7) : 参见“POINT”的声明
VC\include\xutility(103) : error C2146: 语法错误 : 缺少“;”(在标识符“reference”的前面)
|