Well, I think we can certainly add a workaround, even if it's Cygwin's fault.
Someting like an #ifdef that checks the OS and compiler version and adds a
definition of stoi for compilers that don't have it. We just have to be careful
to add the correct conditions, though, because if it's too general, we will get
errors about duplicate function definitions on compilers that have stoi.
|