Re: [Mingw-w64-public] Cannot include GCC 8.1 Windows build (without MSYS)

2022-03-01 Thread LIU Hao
在 3/1/22 20:38, Vishal Subramanyam 写道: Hey, Whenever I include in any of my programs, with the "-std=c++17" option, I get a huge output with a lot of errors. I suggest you use MSYS2 because they actively maintain new toolchains. You only need the package manager. Once complete environments

[Mingw-w64-public] Cannot include GCC 8.1 Windows build (without MSYS)

2022-03-01 Thread Vishal Subramanyam
Hey, Whenever I include in any of my programs, with the "-std=c++17" option, I get a huge output with a lot of errors. Pastebin: https://pastebin.com/DiwQAzpW Apparently, this has been fixed in a later release of GCC, but the Windows binaries for gcc (latest: 8.1) still doesn't have these fixes