1

I'm still having an issue with the bug from g++ 4.6.1 however the solution provided doesn't seem relevant to g++ 5.3.0. Is there any other workaround besides installing mingw-w64?

My build command is:

g++ main1.cpp main2.cpp -g -std=gnu++11 -o program.exe
Community
  • 1
  • 1
ns533
  • 301
  • 1
  • 4
  • 13
  • My current solution is to use atoi(str.c_str()) in place of stoi(). – ns533 Nov 15 '16 at 00:50
  • 1
    The best place to ask about this is on the MinGW mailing list. They've been more than accomodating fixing bugs for me before, they'll probably fix this too. See here : https://lists.sourceforge.net/lists/listinfo/mingw-users – MarcD Nov 15 '16 at 02:26

0 Answers0