does tdm-gcc support c++ 17: SOLVED

Nov 3, 2017 at 1:42pm
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 Nov 3, 2017 at 4:37pm
Nov 3, 2017 at 1:56pm
What OS?
Nov 3, 2017 at 2:01pm
closed account (SECMoG1T)
Windows 64bits
Nov 3, 2017 at 2:06pm
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.
Nov 3, 2017 at 2:12pm
closed account (SECMoG1T)
thank you @JLBorges for the suggestion ,am checking it out right away.
Nov 3, 2017 at 4:36pm
closed account (SECMoG1T)
yea, works great am now on
-std=c++17
, thanks again.
Topic archived. No new replies allowed.