0_0_4396873_20090.cpp
VC\include\xutility(98) : error C2039: “iterator_category” : 不是“TPoint”的成员
0_0_4396873_20090.cpp(17) : 参见“TPoint”的声明
0_0_4396873_20090.cpp(47) : 参见对正在编译的类模板实例化“std::iterator_traits<_Iter>”的引用
with
[
_Iter=TPoint
]
VC\include\xutility(98) : error C2146: 语法错误 : 缺少“;”(在标识符“iterator_category”的前面)
VC\include\xutility(99) : error C2039: “value_type” : 不是“TPoint”的成员
0_0_4396873_20090.cpp(17) : 参见“TPoint”的声明
VC\include\xutility(99) : error C2146: 语法错误 : 缺少“;”(在标识符“value_type”的前面)
VC\include\xutility(100) : error C2039: “difference_type” : 不是“TPoint”的成员
0_0_4396873_20090.cpp(17) : 参见“TPoint”的声明
VC\include\xutility(100) : error C2146: 语法错误 : 缺少“;”(在标识符“difference_type”的前面)
VC\include\xutility(102) : error C2039: “pointer” : 不是“TPoint”的成员
0_0_4396873_20090.cpp(17) : 参见“TPoint”的声明
VC\include\xutility(102) : error C2146: 语法错误 : 缺少“;”(在标识符“pointer”的前面)
VC\include\xutility(103) : error C2039: “reference” : 不是“TPoint”的成员
0_0_4396873_20090.cpp(17) : 参见“TPoint”的声明
VC\include\xutility(103) : error C2146: 语法错误 : 缺少“;”(在标识符“reference”的前面)
0_0_4396873_20090.cpp(99) : error C2872: “max” : 不明确的符号
可能是“0_0_4396873_20090.cpp(14) : double max”
或 “max”
0_0_4396873_20090.cpp(109) : error C2872: “max” : 不明确的符号
可能是“0_0_4396873_20090.cpp(14) : double max”
或 “max”
0_0_4396873_20090.cpp(115) : error C2872: “max” : 不明确的符号
可能是“0_0_4396873_20090.cpp(14) : double max”
或 “max”
0_0_4396873_20090.cpp(115) : error C2872: “max” : 不明确的符号
可能是“0_0_4396873_20090.cpp(14) : double max”
或 “max”
0_0_4396873_20090.cpp(119) : error C2872: “max” : 不明确的符号
可能是“0_0_4396873_20090.cpp(14) : double max”
或 “max”
0_0_4396873_20090.cpp(119) : error C2872: “max” : 不明确的符号
可能是“0_0_4396873_20090.cpp(14) : double max”
或 “max”
0_0_4396873_20090.cpp(132) : error C2668: “fabs” : 对重载函数的调用不明确
VC\include\math.h(602): 可能是“long double fabs(long double)”
VC\include\math.h(554): 或 “float fabs(float)”
VC\include\math.h(190): 或 “double fabs(double)”
试图匹配参数列表“(int)”时
|