Re: The std::to_string problem is back
Eli Zaretskii <eliz-mXXj517/[email protected]>
| Newsgroups | gmane.comp.gnu.mingw.user |
|---|---|
| Message-ID | <[email protected]> |
> Date: Thu, 18 Apr 2019 22:04:20 +0300 > From: Eli Zaretskii <[email protected]> > > > From: Keith Marshall <[email protected]> > > Date: Thu, 18 Apr 2019 19:27:24 +0100 > > > > > #include <string> > > > int main() { std::to_string(10); } > > > > > > compiles cleanly with MinGW GCC 7.3.0, but fails with GCC 8.2.0: > > ^^^^^^^^^^^^^^^^^^^^ > > > > Sorry, but I cannot reproduce this; that toy program compiles cleanly, > > both with my production (Linux-hosted) mingw32-g++ cross-compiler, and > > with a freshly installed (VirtualBox Win7 hosted) native g++-8.2.0: > > Strange. OK, I will take a closer look at my 8.2.0 installation. It turned out I had GCC 8.2.0-2 installed. Upgrading to 8.2.0-3 fixed the problem. Sorry for the noise. _______________________________________________ MinGW-Users mailing list [email protected] This list observes the Etiquette found at http://www.mingw.org/Mailing_Lists. We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated. _______________________________________________ You may change your MinGW Account Options or unsubscribe at: https://lists.osdn.me/mailman/listinfo/mingw-users Also: mailto:[email protected]?subject=unsubscribe