does tdm-gcc support c++ 17: SOLVED

closed account (SECMoG1T)
i want to update Gcc on my codeblocks to the latest standard[c++ 17] but when i checked tdm-gcc latest release was 5.1.0 (quite old),can somebody suggest the best
compiler with c++ 17 support that can work stably on codeblocks.

thank you.
Last edited on
What OS?
closed account (SECMoG1T)
Windows 64bits
Nuwen has GCC 7.2 (and Boost 1.65.1 as a bonus); but it lacks support for standard threads.
https://nuwen.net/mingw.html

One sensible option is to continue using tdm-gcc for playing around with threads and Nuwen for everything else.
closed account (SECMoG1T)
thank you @JLBorges for the suggestion ,am checking it out right away.
closed account (SECMoG1T)
yea, works great am now on
-std=c++17
, thanks again.
Topic archived. No new replies allowed.