gcc-announce:
C++17 support is no longer marked experimental. ...
and the C++ standard library support is almost complete. |
Last edited on
You probably have to bug the MinGW folks about that...
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.
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
Thanks, JLBorges, for the update.