I was wondering if the current versions of the STL that the cloud compiler uses is C++11? (The closest thread I could find on this was this one, but it looks like it got abandoned without an answer.
I’m using on a P1, and I’d like to be able to call std::to_string
, std::stoi
, and std::stof
, among other things. It seems like these were all functions added in C++11, so it would seem to me that the cloud compiler is still using a version of <string>
from C++03.
Is it possible to update those files, or must I compile locally?
Note: I wasn’t sure if I should start a new post or continue with the old thread; apologies in advance if I got it wrong