Commit 25c2f0b0 authored by Alexander Lapshin's avatar Alexander Lapshin

.

parent f2dbc9c0
......@@ -40,7 +40,7 @@ public:
static bool ToNumber(const std::string& str, size_t& val)
{
val = std::stoi(str, nullptr);
val = std::stoll(str, nullptr);
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment