0_0_1169211_15012.cpp
0_0_1169211_15012.cpp(18) : error C2668: “sqrt” : 对重载函数的调用不明确
VC\include\math.h(626): 可能是“long double sqrt(long double)”
VC\include\math.h(578): 或 “float sqrt(float)”
VC\include\math.h(200): 或 “double sqrt(double)”
试图匹配参数列表“(int)”时
VC\include\xutility(98) : error C2039: “iterator_category” : 不是“Point”的成员
0_0_1169211_15012.cpp(12) : 参见“Point”的声明
0_0_1169211_15012.cpp(74) : 参见对正在编译的类模板实例化“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_1169211_15012.cpp(12) : 参见“Point”的声明
VC\include\xutility(99) : error C2146: 语法错误 : 缺少“;”(在标识符“value_type”的前面)
VC\include\xutility(100) : error C2039: “difference_type” : 不是“Point”的成员
0_0_1169211_15012.cpp(12) : 参见“Point”的声明
VC\include\xutility(100) : error C2146: 语法错误 : 缺少“;”(在标识符“difference_type”的前面)
VC\include\xutility(102) : error C2039: “pointer” : 不是“Point”的成员
0_0_1169211_15012.cpp(12) : 参见“Point”的声明
VC\include\xutility(102) : error C2146: 语法错误 : 缺少“;”(在标识符“pointer”的前面)
VC\include\xutility(103) : error C2039: “reference” : 不是“Point”的成员
0_0_1169211_15012.cpp(12) : 参见“Point”的声明
VC\include\xutility(103) : error C2146: 语法错误 : 缺少“;”(在标识符“reference”的前面)
|