C++11 Support. Function stoi() error
Posted: Mon Oct 23, 2017 12:14 am
Greetings.
I'm working on an application for ESP32 in C ++ using Eclipse. I use strings and need to use the "stoi()" function (c ++ 11), however when I use it I get the following. Will it be supported by c ++ 11? How can I solve that?
Thanks
I'm working on an application for ESP32 in C ++ using Eclipse. I use strings and need to use the "stoi()" function (c ++ 11), however when I use it I get the following
Code: Select all
error: 'stoi' was not declared in this scope
Thanks