0_0_6378566_21617.cpp
0_0_6378566_21617.cpp(14) : error C2065: “point” : 未声明的标识符
0_0_6378566_21617.cpp(14) : error C2146: 语法错误 : 缺少“;”(在标识符“p1”的前面)
0_0_6378566_21617.cpp(14) : error C2065: “p1” : 未声明的标识符
0_0_6378566_21617.cpp(15) : error C2228: “.x”的左侧必须有类/结构/联合类型
类型是“'unknown-type'”
0_0_6378566_21617.cpp(15) : error C3861: “p1”: 即使使用参数相关的查找,也未找到标识符
0_0_6378566_21617.cpp(16) : error C2228: “.y”的左侧必须有类/结构/联合类型
类型是“'unknown-type'”
0_0_6378566_21617.cpp(16) : error C3861: “p1”: 即使使用参数相关的查找,也未找到标识符
0_0_6378566_21617.cpp(17) : error C3861: “p1”: 即使使用参数相关的查找,也未找到标识符
VC\include\xutility(98) : error C2039: “iterator_category” : 不是“Point”的成员
0_0_6378566_21617.cpp(7) : 参见“Point”的声明
0_0_6378566_21617.cpp(51) : 参见对正在编译的类模板实例化“std::iterator_traits<_Iter>”的引用
with
[
_Iter=Point
]
VC\include\xutility(98) : error C2146: 语法错误 : 缺少“;”(在标识符“iterator_category”的前面)
VC\include\xutility(99) : error C2039: “value_type” : 不是“Point”的成员
0_0_6378566_21617.cpp(7) : 参见“Point”的声明
VC\include\xutility(99) : error C2146: 语法错误 : 缺少“;”(在标识符“value_type”的前面)
VC\include\xutility(100) : error C2039: “difference_type” : 不是“Point”的成员
0_0_6378566_21617.cpp(7) : 参见“Point”的声明
VC\include\xutility(100) : error C2146: 语法错误 : 缺少“;”(在标识符“difference_type”的前面)
VC\include\xutility(102) : error C2039: “pointer” : 不是“Point”的成员
0_0_6378566_21617.cpp(7) : 参见“Point”的声明
VC\include\xutility(102) : error C2146: 语法错误 : 缺少“;”(在标识符“pointer”的前面)
VC\include\xutility(103) : error C2039: “reference” : 不是“Point”的成员
0_0_6378566_21617.cpp(7) : 参见“Point”的声明
VC\include\xutility(103) : error C2146: 语法错误 : 缺少“;”(在标识符“reference”的前面)
|