0_0_1582174_12292.cpp
0_0_1582174_12292.cpp(25) : error C2668: “min” : 对重载函数的调用不明确
0_0_1582174_12292.cpp(6): 可能是“T min<double>(T,T)”
with
[
T=double
]
VC\include\xutility(1257): 或 “const _Ty &std::min<double>(const _Ty &,const _Ty &)”
with
[
_Ty=double
]
试图匹配参数列表“(double, double)”时
|