Use std::atoi instead of std::stoi
authorDavid Neto <dneto@google.com>
Mon, 31 Oct 2016 21:02:45 +0000 (17:02 -0400)
committerDavid Neto <dneto@google.com>
Mon, 31 Oct 2016 21:02:45 +0000 (17:02 -0400)
commite301f67828efa18b37ee3d2144951ab434402767
tree389b69bc6e719bd3cb6414cffd9cb06103819df5
parente19e68d4313617b8fe8bb68578d2de51507e603f
Use std::atoi instead of std::stoi

Some Android cross cross-compilers don't have std::stoi.

E.g. i686-linux-android-g++ from Android NDK r10e don't have std::stoi.
StandAlone/ResourceLimits.cpp