0_0_32917617_29478.cpp
0_0_32917617_29478.cpp(11) : error C2665: “std::to_string”: 9 个重载中没有一个可以转换所有参数类型
VC2013\INCLUDE\string(566): 可能是“std::string std::to_string(float)”
VC2013\INCLUDE\string(561): 或 “std::string std::to_string(double)”
VC2013\INCLUDE\string(548): 或 “std::string std::to_string(long double)”
VC2013\INCLUDE\string(540): 或 “std::string std::to_string(_ULonglong)”
VC2013\INCLUDE\string(532): 或 “std::string std::to_string(_Longlong)”
VC2013\INCLUDE\string(524): 或 “std::string std::to_string(unsigned long)”
VC2013\INCLUDE\string(516): 或 “std::string std::to_string(long)”
VC2013\INCLUDE\string(508): 或 “std::string std::to_string(unsigned int)”
VC2013\INCLUDE\string(500): 或 “std::string std::to_string(int)”
尝试匹配参数列表“(std::string)”时
0_0_32917617_29478.cpp(12) : error C2665: “std::to_string”: 9 个重载中没有一个可以转换所有参数类型
VC2013\INCLUDE\string(566): 可能是“std::string std::to_string(float)”
VC2013\INCLUDE\string(561): 或 “std::string std::to_string(double)”
VC2013\INCLUDE\string(548): 或 “std::string std::to_string(long double)”
VC2013\INCLUDE\string(540): 或 “std::string std::to_string(_ULonglong)”
VC2013\INCLUDE\string(532): 或 “std::string std::to_string(_Longlong)”
VC2013\INCLUDE\string(524): 或 “std::string std::to_string(unsigned long)”
VC2013\INCLUDE\string(516): 或 “std::string std::to_string(long)”
VC2013\INCLUDE\string(508): 或 “std::string std::to_string(unsigned int)”
VC2013\INCLUDE\string(500): 或 “std::string std::to_string(int)”
尝试匹配参数列表“(std::string)”时
|