Re: std::stoi and std::to_string on MinGW

2015-01-02 Thread Jonathan Wakely
On 22/12/14 16:41 +, Jonathan Wakely wrote: Thanks, Kai. Here's the full patch, which enables std::stoi etc. (everything except std::to_wstring) for MinGW.org Tested powerpc64-linux, committed to trunk. I shouldn't have removed the dg-require-string-conversions from the tests, because that

Re: std::stoi and std::to_string on MinGW

2014-12-29 Thread Tejas Belagod
On 22/12/14 16:41, Jonathan Wakely wrote: On 22/12/14 16:02 +0100, Kai Tietz wrote: 2014-12-20 3:28 GMT+01:00 Jonathan Wakely : People keep hitting the problem that std::stoi and std::to_string are not defined when using MinGW, because of the fix for https://gcc.gnu.org/bugzilla/show_bug.cgi?id

Re: std::stoi and std::to_string on MinGW

2014-12-22 Thread Jonathan Wakely
On 22/12/14 16:02 +0100, Kai Tietz wrote: 2014-12-20 3:28 GMT+01:00 Jonathan Wakely : People keep hitting the problem that std::stoi and std::to_string are not defined when using MinGW, because of the fix for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37522 If the problem is only with vswprin