May 4, 2019 at 3:50am
gcc-announce:
C++17 support is no longer marked experimental. ...
and the C++ standard library support is almost complete. |
Last edited on May 4, 2019 at 3:51am
May 4, 2019 at 6:44pm
You probably have to bug the MinGW folks about that...
May 4, 2019 at 9:05pm
Nah, I'd rather bug the GCC people. ;)
I've had the problem with std::random_device
in other recent GCC versions, I haven't tried the later 8.x or 9.x versions yet.
Specifically tried the TDM-GCC versions, since they have the tool-chains for making 64-bit executables without a lot of hassle.
May 5, 2019 at 1:00pm
That is good news, wasn't expecting that. Though not clear if that was actually put in 9.1, sounds like it wasn't.
Last edited on May 5, 2019 at 1:01pm
May 5, 2019 at 1:24pm
Thanks, JLBorges, for the update.