> From: Keith Marshall <keith****@users*****> > 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.