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