Kaydet (Commit) 8687e31b authored tarafından Julien Nabet's avatar Julien Nabet

typo

Change-Id: I88c404d8e46ba87017af2167fd31dc9dd8758082
üst 35d9cd49
......@@ -110,7 +110,7 @@ std::string to_string(T x)
return stream.str();
}
long stol( const std::string& str, std::size_t* /*pos*/ = 0, int base = 10 );
long stol( const std::string& str, std::size_t* /*pos*/ = 0, int base = 10 )
{
char* end;
return strtol(str.c_str(), &end, base);
......
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