зеркало из https://github.com/microsoft/LightGBM.git
try to fix #780
This commit is contained in:
Родитель
73e689b783
Коммит
983bd84295
|
@ -324,7 +324,7 @@ inline static std::string ArrayToString(const std::vector<T>& arr, size_t n, cha
|
|||
template<typename T, bool is_float>
|
||||
struct __StringToTHelper {
|
||||
T operator()(const std::string& str) const {
|
||||
return static_cast<T>(std::stol(str));
|
||||
return static_cast<T>(std::stoll(str));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче