0_0_1742957_8929.cpp
0_0_1742957_8929.cpp(34) : error C2668: “min” : 对重载函数的调用不明确
0_0_1742957_8929.cpp(13): 可能是“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)”时
|